HandleComparer Classe
Definição
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)
- Herança
-
HandleComparer
- Implementações
Propriedades
| Default |
Métodos
| Compare(EntityHandle, EntityHandle) |
Compara dois identificadores de entidade.Compares two entity handles. |
| Compare(Handle, Handle) |
Compara dois identificadores.Compares two handles. |
| Equals(EntityHandle, EntityHandle) |
Determina se os objetos especificados são iguais.Determines whether the specified objects are equal. |
| Equals(Handle, Handle) |
Determina se os objetos especificados são iguais.Determines whether the specified objects are equal. |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetHashCode(EntityHandle) |
Retorna um código hash para o objeto especificado.Returns a hash code for the specified object. |
| GetHashCode(Handle) |
Retorna um código hash para o objeto especificado.Returns a hash code for the specified object. |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |