ApplicationDirectoryMembershipCondition.GetHashCode 方法
定义
获取当前成员条件的哈希代码。Gets the hash code for the current membership condition.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
返回
当前成员条件的哈希代码。The hash code for the current membership condition.