StringSegmentCompare Method

Overload List

Compare(StringSegment, StringSegment, StringComparison) Compares two specified StringSegment instances using the specified comparison, and returns an integer that indicates their relative position in the sort order.
Compare(StringSegment, StringSegment, Boolean, CultureInfo) Compares two specified StringSegment instances, ignoring or honoring their case, and using the specified culture, and returns an integer that indicates their relative position in the sort order.

See Also