The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ValueTuple::IStructuralEquatable::GetHashCode Method (IEqualityComparer^)
Returns the hash code for this ValueTuple instance.
Assembly: mscorlib (in mscorlib.dll)
private: virtual int GetHashCode( IEqualityComparer^ comparer ) sealed = IStructuralEquatable::GetHashCode
Parameters
- comparer
-
Type:
System.Collections::IEqualityComparer^
An object whose IEqualityComparer::GetHashCode method computes the hash code. This parameter is ignored.
.NET Framework
Available since 4.7
Available since 4.7
Show: