Tuple<T1,T2,T3,T4>.GetHashCode Method

Definition

Returns the hash code for the current Tuple<T1,T2,T3,T4> object.

public override int GetHashCode();

Returns

A 32-bit signed integer hash code.

Applies to