Gets a string representation of the finder. The string displaying the finder content.
()
| 352 | /// </summary> |
| 353 | /// <returns>The string displaying the finder content.</returns> |
| 354 | public override string ToString() |
| 355 | { |
| 356 | return this.Description; |
| 357 | } |
| 358 | |
| 359 | /// <summary> |
| 360 | /// Determines whether the specified <see cref="object">Object</see> is equal |
no outgoing calls
no test coverage detected