Indicates whether the current object is equal to another object of the same type.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool Equals( StringSegment other )
Public Function Equals ( _ other As StringSegment _ ) As Boolean
public: virtual bool Equals( StringSegment other ) sealed
Parameters
- other (StringSegment)
- An object to compare with this object.
Return Value
true if the current object is equal to the other parameter; otherwise, false.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238