HandleComparer.GetHashCode Metodo

Definizione

Overload

GetHashCode(EntityHandle)

Viene restituito un codice hash per l'oggetto specificato.

GetHashCode(Handle)

Viene restituito un codice hash per l'oggetto specificato.

GetHashCode(EntityHandle)

Origine:
HandleComparer.cs
Origine:
HandleComparer.cs
Origine:
HandleComparer.cs

Viene restituito un codice hash per l'oggetto specificato.

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

Parametri

obj
EntityHandle

Oggetto Object per cui è necessario che sia restituito un codice hash.

Restituisce

Codice hash per l'oggetto specificato.

Implementazioni

Si applica a

GetHashCode(Handle)

Origine:
HandleComparer.cs
Origine:
HandleComparer.cs
Origine:
HandleComparer.cs

Viene restituito un codice hash per l'oggetto specificato.

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

Parametri

obj
Handle

Oggetto Object per cui è necessario che sia restituito un codice hash.

Restituisce

Codice hash per l'oggetto specificato.

Implementazioni

Si applica a