Tests whether a number equals another number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool Equals(
double other
)
Public Function Equals (
other As Double
) As Boolean
public:
virtual bool Equals(
double other
) sealed
abstract Equals :
other : float -> bool
override Equals :
other : float -> bool
Parameters
- other
- Type: SystemDouble
The number to compare.
Return Value
Type:
Boolean if the number equals
other; otherwise
.
Implements
IEquatableTEquals(T)
Reference