StringSegmentComparer 클래스

정의

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)
상속
StringSegmentComparer
구현

속성

Ordinal
OrdinalIgnoreCase

메서드

Compare(StringSegment, StringSegment)

두 개체를 비교하여 한 개체가 다른 개체보다 작거나, 같거나 또는 크다는 것을 나타내는 값을 반환합니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
Equals(StringSegment, StringSegment)

지정한 개체가 같은지 여부를 확인합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetHashCode(StringSegment)

지정한 개체의 해시 코드를 반환합니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상