ImmutableArray<T>.IStructuralEquatable.GetHashCode Methode

Definitie

Retourneert een hash-code voor het huidige exemplaar.

 virtual int System.Collections.IStructuralEquatable.GetHashCode(System::Collections::IEqualityComparer ^ comparer) = System::Collections::IStructuralEquatable::GetHashCode;
int IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer comparer);
abstract member System.Collections.IStructuralEquatable.GetHashCode : System.Collections.IEqualityComparer -> int
override this.System.Collections.IStructuralEquatable.GetHashCode : System.Collections.IEqualityComparer -> int
Function GetHashCode (comparer As IEqualityComparer) As Integer Implements IStructuralEquatable.GetHashCode

Parameters

comparer
IEqualityComparer

Een object dat de hashcode van het huidige object berekent.

Retouren

De hash-code voor het huidige exemplaar.

Implementeringen

Van toepassing op