StringSegmentComparer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two StringSegment objects.
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.IComparer<Microsoft.Extensions.Primitives.StringSegment>, System.Collections.Generic.IEqualityComparer<Microsoft.Extensions.Primitives.StringSegment>
type StringSegmentComparer = class
interface IComparer<StringSegment>
interface IEqualityComparer<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 StringSegment objects and returns an indication of their relative sort order. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Equals(StringSegment, StringSegment) |
Determines whether two StringSegment objects are equal. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetHashCode(StringSegment) |
Returns a hash code for a StringSegment 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) |