CngProperty.GetHashCode 方法

定义

生成当前 CngProperty 对象的哈希值。

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

返回

当前 CngProperty 对象的哈希值。

适用于