OptionTGetHashCode Method
Serves as the default hash function, returns hash of the Primitive property value. This function is a subject to future change.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public override int GetHashCode()
Return Value
Int32A hash code for the current Primitive value
Recommended to override in derived types to account for additional parameters.