UncertainValueEquals Method (UncertainValue) |
Determines whether the other uncertain value is the same.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public bool Equals(
UncertainValue other
)
Public Function Equals (
other As UncertainValue
) As Boolean
public:
virtual bool Equals(
UncertainValue other
) sealed
abstract Equals :
other : UncertainValue -> bool
override Equals :
other : UncertainValue -> bool
Parameters
- other
- Type: Meta.NumericsUncertainValue
The other uncertain value
Return Value
Type:
Boolean if
other represents the same uncertain value,
otherwise
.
Implements
IEquatableTEquals(T)See Also