Parameter.GetHashCode Metoda

Definice

Přetížení

GetHashCode()

Zdroj:
Parameter.cs
Zdroj:
Parameter.cs
Zdroj:
Parameter.cs

Slouží jako výchozí hashovací funkce.

public override int GetHashCode();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Návraty

Platí pro

GetHashCode(Parameter)

Zdroj:
Parameter.cs
Zdroj:
Parameter.cs
Zdroj:
Parameter.cs

Vrátí kód hash pro zadaný objekt.

public int GetHashCode(Microsoft.ML.SearchSpace.Parameter obj);
override this.GetHashCode : Microsoft.ML.SearchSpace.Parameter -> int
Public Function GetHashCode (obj As Parameter) As Integer

Parametry

obj
Parameter

Návraty

Implementuje

Platí pro