Parameter.GetHashCode 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetHashCode() | |
GetHashCode(Parameter) |
GetHashCode()
作为默认哈希函数。
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
返回
适用于
GetHashCode(Parameter)
返回指定对象的哈希代码。
public int GetHashCode (Microsoft.ML.SearchSpace.Parameter obj);
override this.GetHashCode : Microsoft.ML.SearchSpace.Parameter -> int
Public Function GetHashCode (obj As Parameter) As Integer
参数
- obj
- Parameter