Version

TextSearchResult Structure Members

The following tables list the members exposed by TextSearchResult.

Public Properties
 NameDescription
Public PropertySpanFoundReturns the span of the text that was found (read-only)  
Public PropertySpanReplacedReturns the span of the text that was replaced or null if no text was replaced (read-only)  
Public Methods
 NameDescription
Public MethodEqualsOverloaded. Compares the specified object to this object to see if they are equivalent.  
Public MethodGetHashCodeReturns the hash code of the object.  
Public MethodToStringReturns a string representation of the object.  
Public Operators
public Operator Equality Compares the values of two TextSearchResult structures for equality
public Operator Inequality Compares the values of two TextSearchResult structures for inequality
See Also