StringSegmentComparer Classe
Definizione
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)
- Ereditarietà
-
StringSegmentComparer
- Implementazioni
Proprietà
Ordinal | |
OrdinalIgnoreCase |
Metodi
Compare(StringSegment, StringSegment) |
Confronta due oggetti e restituisce un valore indicante se uno è minore, uguale o maggiore dell'altro.Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. |
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente.Determines whether the specified object is equal to the current object. (Ereditato da Object) |
Equals(StringSegment, StringSegment) |
Determina se gli oggetti specificati sono uguali.Determines whether the specified objects are equal. |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetHashCode(StringSegment) |
Viene restituito un codice hash per l'oggetto specificato.Returns a hash code for the specified object. |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente.Gets the Type of the current instance. (Ereditato da Object) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente.Creates a shallow copy of the current Object. (Ereditato da Object) |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente.Returns a string that represents the current object. (Ereditato da Object) |