HandleComparer Classe
Definizione
public ref class HandleComparer sealed : System::Collections::Generic::IComparer<System::Reflection::Metadata::EntityHandle>, System::Collections::Generic::IComparer<System::Reflection::Metadata::Handle>, System::Collections::Generic::IEqualityComparer<System::Reflection::Metadata::EntityHandle>, System::Collections::Generic::IEqualityComparer<System::Reflection::Metadata::Handle>
public sealed class HandleComparer : System.Collections.Generic.IComparer<System.Reflection.Metadata.EntityHandle>, System.Collections.Generic.IComparer<System.Reflection.Metadata.Handle>, System.Collections.Generic.IEqualityComparer<System.Reflection.Metadata.EntityHandle>, System.Collections.Generic.IEqualityComparer<System.Reflection.Metadata.Handle>
type HandleComparer = class
interface IEqualityComparer<Handle>
interface IComparer<Handle>
interface IEqualityComparer<EntityHandle>
interface IComparer<EntityHandle>
type HandleComparer = class
interface IComparer<EntityHandle>
interface IComparer<Handle>
interface IEqualityComparer<EntityHandle>
interface IEqualityComparer<Handle>
Public NotInheritable Class HandleComparer
Implements IComparer(Of EntityHandle), IComparer(Of Handle), IEqualityComparer(Of EntityHandle), IEqualityComparer(Of Handle)
- Ereditarietà
-
HandleComparer
- Implementazioni
Proprietà
Default |
Metodi
Compare(EntityHandle, EntityHandle) |
Confronta due handle di entità.Compares two entity handles. |
Compare(Handle, Handle) |
Confronta due handle.Compares two handles. |
Equals(EntityHandle, EntityHandle) |
Determina se gli oggetti specificati sono uguali.Determines whether the specified objects are equal. |
Equals(Handle, Handle) |
Determina se gli oggetti specificati sono uguali.Determines whether the specified objects are equal. |
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) |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetHashCode(EntityHandle) |
Viene restituito un codice hash per l'oggetto specificato.Returns a hash code for the specified object. |
GetHashCode(Handle) |
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) |