ChartElement.GetHashCode 方法
定义
返回特定类型的哈希算法。Returns a hash function for a particular type.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
返回
一个 integer 值,该值表示当前 Object 的哈希代码。An integer value that represents the hash code for the current Object.