LocalizableString.GetHash Method

Definition

Provides the implementation of GetHashCode. GetHashCode will provide a default value if this method throws an exception.

protected:
 abstract int GetHash();
protected abstract int GetHash ();
abstract member GetHash : unit -> int
Protected MustOverride Function GetHash () As Integer

Returns

Applies to