ContourPoint.GetHashCode 方法

定义

返回此实例的哈希代码。

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

返回

32 位有符号整数哈希代码。

注解

两个 ContourPoint 对象可能具有相同的哈希代码,即使它们表示不同的时间值。

适用于