StringSegmentEquals Method

Overload List

Equals(Object) Determines whether the specified object is equal to this instance.
Equals(String) Indicates whether the current StringSegment instance is equal to another one specified in the other parameter.
Equals(StringSegment) Indicates whether the current StringSegment instance is equal to another one specified in the other parameter.
Equals(StringSegment, StringSegment, StringComparison) Determines whether two specified StringSegment instances have the same value using the specified comparison.

See Also