SymbolBase<TType>.GetHashCode Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves a hash code based on the current SymbolBase<TType> object.

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

Returns

A hash of the current SymbolBase<TType> object.

Applies to