DependencyProperty.GetHashCode 方法
定义
返回此实例的哈希代码。Returns the hash code for this instance.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
返回
此实例的哈希代码。A hash code for this instance.
注解
此处计算的哈希代码是由此 bitwise AND 的 Name 和 OwnerType 属性生成的哈希代码的 DependencyProperty。The hash code computed here is the bitwise AND of the hash codes generated by the Name, and OwnerType attributes of this DependencyProperty.