EqualsIgnoreCase
Summary
public bool EqualsIgnoreCase(string other)
Compares this string segment with the given string in a case insensitive manner.
Returns
trueif the string segment equals the string;falseotherwise.
Parameters
- string other
Summary
public bool EqualsIgnoreCase(StringSegment other)
Compares this string segment with another in a case insensitive manner.
Returns
trueif the string segments are equal;falseotherwise.
Parameters
- StringSegment other