ComplexEquals(Complex) Method
            Determines whether the given complex number is the same.
            
Namespace: Meta.NumericsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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 
- other  Complex
- The complex number to compare.
BooleanTrue if the complex number is the same, otherwise false.
IEquatableTEquals(T)