Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Value
Equals(IValue
Provider) Method
Determines whether two Values are equal based on underlying primitive value.
Definition
Namespace:
Fluent.Calculations.Primitives.BaseTypes
Assembly:
Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
C#
Copy
View Source
public
bool
Equals
(
IValueProvider
?
value
)
Parameters
value
IValueProvider
Other value
Return Value
Boolean
True if primitive values equal.
Remarks
This method is subject to future change. Use equality operator to have type specific equality check.
See Also
Reference
Value Class
Equals Overload
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Parameters
Return Value
Remarks
See Also