ValueTuple::IStructuralEquatable::GetHashCode Method (IEqualityComparer^)

 

Returns the hash code for this ValueTuple instance.

Namespace:   System
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.

Return Value

Type: System::Int32

The hash code for this ValueTuple instance.

.NET Framework
Available since 4.7
Return to top
Show: