DoubleDouble.Equals 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.Extended.DoubleDouble
The other value to compare.
Return Value
Type:
Booleantrue if
other is equal to the current value, otherwise
false.
Implements
IEquatable<T>.Equals(T)See Also