Test additional content header

ValueGetHashCode Method

Serves as the default hash function, returns hash of the Primitive property value. This function is a subject to future change.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public override int GetHashCode()

Return Value

Int32
A hash code for the current Primitive value

Remarks

Recommended to override in derived types to account for additional parameters.

See Also