GraphNodeId.GetHashCode Method

Definition

Get the HashCode. We return the hashcode given to us during construction.

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

Returns

The cached hash code

Applies to