FontStyle.GetHashCode Method

Definition

Retrieves the hash code for this object.

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

Returns

A 32-bit hash code, which is a signed integer.

Remarks

The returned value serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Applies to