ValueComparer.GetHashCode(Object) Method

Definition

Returns the hash code for the given instance.

public abstract int GetHashCode (object instance);
public abstract int GetHashCode (object? instance);
override this.GetHashCode : obj -> int
Public MustOverride Function GetHashCode (instance As Object) As Integer

Parameters

instance
Object

The instance.

Returns

The hash code.

Implements

Applies to