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 子句的值傳回雜湊程式碼。

適用於