Compares a complex number to a real number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool Equals(
T other
)
Public Function Equals (
other As T
) As Boolean
public:
virtual bool Equals(
T other
) sealed
abstract Equals :
other : 'T -> bool
override Equals :
other : 'T -> bool
Parameters
- other
- Type: T
A real number.
Return Value
Type:
Boolean if the complex number is equal to
other; otherwise
.
Implements
IEquatableTEquals(T)
Reference