HandleComparer.GetHashCode Método

Definición

Sobrecargas

GetHashCode(EntityHandle)

Devuelve un código hash para el objeto especificado.

GetHashCode(Handle)

Devuelve un código hash para el objeto especificado.

GetHashCode(EntityHandle)

Source:
HandleComparer.cs
Source:
HandleComparer.cs
Source:
HandleComparer.cs

Devuelve un código hash para el objeto especificado.

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

Object para el que se va a devolver un código hash.

Devoluciones

Código hash para el objeto especificado.

Implementaciones

Se aplica a

GetHashCode(Handle)

Source:
HandleComparer.cs
Source:
HandleComparer.cs
Source:
HandleComparer.cs

Devuelve un código hash para el objeto especificado.

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

Object para el que se va a devolver un código hash.

Devoluciones

Código hash para el objeto especificado.

Implementaciones

Se aplica a