Parameter.GetHashCode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetHashCode() | |
GetHashCode(Parameter) |
GetHashCode()
Serves as the default hash function.
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
Returns
Applies to
GetHashCode(Parameter)
Returns a hash code for the specified object.
public int GetHashCode (Microsoft.ML.SearchSpace.Parameter obj);
override this.GetHashCode : Microsoft.ML.SearchSpace.Parameter -> int
Public Function GetHashCode (obj As Parameter) As Integer
Parameters
- obj
- Parameter