ImmutableArray<T>::IStructuralEquatable::GetHashCode Method (IEqualityComparer^)

 

Returns a hash code for the current instance.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

private:
virtual int GetHashCode(
	IEqualityComparer^ comparer
) sealed = IStructuralEquatable::GetHashCode

Parameters

comparer
Type: System.Collections::IEqualityComparer^

An object that computes the hash code of the current object.

Return Value

Type: System::Int32

The hash code for the current instance.

Return to top
Show: