CorrelationQuery.GetHashCode 方法

定义

返回当前 CorrelationQuery 的哈希代码。

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

返回

Int32

当前 CorrelationQuery 的哈希代码。

注解

GetHashCode 返回的哈希代码基于 Where 子句的值。

适用于