StringSegmentComparer Class

Definition

Compares two StringSegment objects.

public ref class StringSegmentComparer : System::Collections::Generic::IEqualityComparer<Microsoft::Extensions::Primitives::StringSegment>
public ref class StringSegmentComparer : System::Collections::Generic::IComparer<Microsoft::Extensions::Primitives::StringSegment>, System::Collections::Generic::IEqualityComparer<Microsoft::Extensions::Primitives::StringSegment>
public class StringSegmentComparer : System.Collections.Generic.IEqualityComparer<Microsoft.Extensions.Primitives.StringSegment>
public class StringSegmentComparer : System.Collections.Generic.IComparer<Microsoft.Extensions.Primitives.StringSegment>, System.Collections.Generic.IEqualityComparer<Microsoft.Extensions.Primitives.StringSegment>
type StringSegmentComparer = class
    interface IEqualityComparer<StringSegment>
type StringSegmentComparer = class
    interface IComparer<StringSegment>
    interface IEqualityComparer<StringSegment>
Public Class StringSegmentComparer
Implements IEqualityComparer(Of StringSegment)
Public Class StringSegmentComparer
Implements IComparer(Of StringSegment), IEqualityComparer(Of 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 objects and returns a value indicating whether one is less than, equal to, or greater than the other.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
Equals(StringSegment, StringSegment)

Determines whether the specified objects are equal.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetHashCode(StringSegment)

Returns a hash code for the specified object.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to