DoubleDoubleEquals Method (DoubleDouble) |
Determines whether the current value is equal to another value.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public bool Equals(
DoubleDouble other
)
Public Function Equals (
other As DoubleDouble
) As Boolean
public:
virtual bool Equals(
DoubleDouble other
) sealed
abstract Equals :
other : DoubleDouble -> bool
override Equals :
other : DoubleDouble -> bool
Parameters
- other
- Type: Meta.Numerics.ExtendedDoubleDouble
The other value to compare.
Return Value
Type:
Boolean if
other is equal to the current value, otherwise
.
Implements
IEquatableTEquals(T)See Also