NumberEquals(Object) Method
Determines whether two Numbers are equal based on underlying primitive value.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public override bool Equals(
Object? obj
)
- obj Object
- Other Number
BooleanTrue if primitive values are equal, False if obj is of incompatible type.
This method is subject to future change. Use equality operator to have type specific equality check.