OptionTEquals(Object) Method
Determines whether two Values 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 option
BooleanTrue if primitive values equal, False if obj is of incompatible type.
This method is subject to future change. Use equality operator to have type specific equality check.