Condividi tramite


Parameter.GetHashCode Metodo

Definizione

Overload

GetHashCode()
GetHashCode(Parameter)

GetHashCode()

Funge da funzione hash predefinita.

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

Restituisce

Si applica a

GetHashCode(Parameter)

Viene restituito un codice hash per l'oggetto specificato.

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

Parametri

obj
Parameter

Restituisce

Implementazioni

Si applica a