Compares the specified object to this object to see if they are equivalent. Syntax Parameters obj The object to compare Return Value True if the objects are equal; otherwise false
Determines if a structure is equatable to this one. Syntax Parameters other The other structure Return Value Returns true if the structures are equatable, otherwise false
Compares the specified object to this object to see if they are equivalent. Overload List
Returns the hash code of the object. Syntax Return Value A hash code for this instance
Compares the values of two TextSearchResult structures for equality Syntax Parameters result1 The first structureresult2 The other structure Return Value true if the two instances are equal; otherwise false
Compares the values of two TextSearchResult structures for inequality Syntax Parameters result1 The first structureresult2 The other structure Return Value true if the two instances are not equal; otherwise false
Returns the span of the text that was found (read-only) Syntax Remarks Note: in the case of a replace operation, the snapshot of SpanFound will reference the snapshot before the change was applied while the snapshot of SpanReplaced will reference the snapshot after the change was applied.
Returns the span of the text that was replaced or null if no text was replaced (read-only) Syntax Remarks Note: in the case of a replace operation, the snapshot of SpanFound will reference the snapshot before the change was applied while the snapshot of SpanReplaced will reference the snapshot after the change was...
Returns a string representation of the object. Syntax Return Value A string that represents this TextSearchResult
Determines where to set the Scanners CurrentOffset relative to the current token position. Syntax Members Member Description CurrentTokenEnd Seek to the end of the current token. CurrentTokenStart Seek to the beginning of the current token. NextTokenEnd Seek to the end of the next token. NextTokenStart Seek to the...