HandleComparer.GetHashCode Método
Definição
Sobrecargas
| 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. |
GetHashCode(EntityHandle)
Retorna um código hash para o objeto especificado.Returns a hash code for the specified object.
public:
virtual int GetHashCode(System::Reflection::Metadata::EntityHandle obj);
public int GetHashCode (System.Reflection.Metadata.EntityHandle obj);
override this.GetHashCode : System.Reflection.Metadata.EntityHandle -> int
Public Function GetHashCode (obj As EntityHandle) As Integer
Parâmetros
- obj
- EntityHandle
O Object para o qual um código hash deve ser retornado.The Object for which a hash code is to be returned.
Retornos
Um código hash para o objeto especificado.A hash code for the specified object.
Implementações
Aplica-se a
GetHashCode(Handle)
Retorna um código hash para o objeto especificado.Returns a hash code for the specified object.
public:
virtual int GetHashCode(System::Reflection::Metadata::Handle obj);
public int GetHashCode (System.Reflection.Metadata.Handle obj);
override this.GetHashCode : System.Reflection.Metadata.Handle -> int
Public Function GetHashCode (obj As Handle) As Integer
Parâmetros
- obj
- Handle
O Object para o qual um código hash deve ser retornado.The Object for which a hash code is to be returned.
Retornos
Um código hash para o objeto especificado.A hash code for the specified object.