ComplexEquals Method (Complex) |
Determines whether the given complex number is the same.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public bool Equals(
Complex other
)
Public Function Equals (
other As Complex
) As Boolean
public:
virtual bool Equals(
Complex other
) sealed
abstract Equals :
other : Complex -> bool
override Equals :
other : Complex -> bool
Parameters
- other
- Type: Meta.NumericsComplex
The complex number to compare.
Return Value
Type:
BooleanTrue if the complex number is the same, otherwise false.
Implements
IEquatableTEquals(T)See Also