StringSegmentComparer Class

Definition

Compares two StringSegment objects.

C#
public class StringSegmentComparer : System.Collections.Generic.IComparer<Microsoft.Extensions.Primitives.StringSegment>, System.Collections.Generic.IEqualityComparer<Microsoft.Extensions.Primitives.StringSegment>
Inheritance
StringSegmentComparer
Implements

Properties

Ordinal

Gets a StringSegmentComparer object that performs a case-sensitive ordinal StringSegment comparison.

OrdinalIgnoreCase

Gets a StringSegmentComparer object that performs a case-insensitive ordinal StringSegment comparison.

Methods

Compare(StringSegment, StringSegment)

Compares two StringSegment objects and returns an indication of their relative sort order.

Equals(StringSegment, StringSegment)

Determines whether two StringSegment objects are equal.

GetHashCode(StringSegment)

Returns a hash code for a StringSegment object.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)