Summary
public virtual bool Equals(object obj)
Indicates whether this instance and a specified object are equal.
Returns
true ifobjand this instance are the same type and represent the same value; otherwise, false.
Parameters
- object obj
Summary
public bool Equals(string other)
Compares this string segment with the given string in a case sensitive manner.
Returns
trueif the string segment equals the string;falseotherwise.
Parameters
- string other
Summary
public bool Equals(StringSegment other)
Compares this string segment with another in a case sensitive manner.
Returns
trueif the string segments are equal;falseotherwise.
Parameters
- StringSegment other