SiteMembershipCondition.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

返回

Int32

当前成员条件的哈希代码。The hash code for the current membership condition.

例外

Site 属性为 nullThe Site property is null.

适用于