IdentityReference.GetHashCode Method

Definition

Serves as a hash function for IdentityReference. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.

public:
 abstract int GetHashCode();
public abstract int GetHashCode ();
override this.GetHashCode : unit -> int
Public MustOverride Function GetHashCode () As Integer

Returns

The hash code for this IdentityReference object.

Applies to