Pin.GetHashCode Method

Definition

The hash value for the Pin

public override int GetHashCode ();
override this.GetHashCode : unit -> int

Returns

System.Int32

A value optimized for fast insertion and retrieval in a hash-based data structure.

Remarks

A Pin hash-value is based on its Type, Position, Label and Address properties.

Applies to