Mono Class Library: System.Decimal Overview | Members

System.Decimal.GetHashCode Method

Generates a hash code for the current instance. Trailing zero digits in the fractional part are ignored.

public override int GetHashCode ()

Returns

A int containing the hash code for this instance.

Remarks

The algorithm used to generate the hash code value is unspecified.

Note: This method overrides object.GetHashCode.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0