CorrelationQuery.GetHashCode Método
Definição
Retorna o código hash do CorrelationQuery atual.Returns the hash code for the current CorrelationQuery.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
Retornos
O código hash do CorrelationQuery atual.The hash code for the current CorrelationQuery.
Comentários
GetHashCode Retorna um código hash com base no valor da Where cláusula.GetHashCode returns a hash code based on the value of the Where clause.