ImmutableArray<T>::IStructuralEquatable::GetHashCode Method (IEqualityComparer^)
Returns a hash code for the current instance.
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.
Show: