DoubleDoubleEquals(DoubleDouble) Method
Determines whether the current value is equal to another value.
Namespace: Meta.Numerics.ExtendedAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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
- other DoubleDouble
- The other value to compare.
Boolean if
other is equal to the current value, otherwise
.
IEquatableTEquals(T)