SfcKey.GetHashCode Method

Definition

Each Key must provide a reasonable hash code for its data members. Internally, strings can use their default hash codes, and numeric values can be used directly or bit-shifted and truncated to int. Multiple hash codes for internal data can usually be XOR'd together to produce a decent result.

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

Returns

Applies to