ValueComparer<T>.GetHashCode Metoda

Definice

Přetížení

GetHashCode(Object)

Vrátí kód hash pro danou instanci.

GetHashCode(T)

Vrátí kód hash pro danou instanci.

GetHashCode(Object)

Vrátí kód hash pro danou instanci.

public override int GetHashCode (object instance);
public override int GetHashCode (object? instance);
override this.GetHashCode : obj -> int
Public Overrides Function GetHashCode (instance As Object) As Integer

Parametry

instance
Object

Instance

Návraty

Hodnota hash.

Platí pro

GetHashCode(T)

Vrátí kód hash pro danou instanci.

public virtual int GetHashCode (T instance);
override this.GetHashCode : 'T -> int
Public Overridable Function GetHashCode (instance As T) As Integer

Parametry

instance
T

Instance

Návraty

Hodnota hash.

Implementuje

Platí pro