Compares a complex number to another complex number.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function Equals ( _
	other As DoubleComplex _
) As Boolean
C#
public bool Equals (
	DoubleComplex other
)
C++
public:
virtual bool Equals (
	DoubleComplex other
) sealed

Parameters

other (Extreme.Mathematics.DoubleComplex)
A DoubleComplex value.

Return Value

true if the complex number is equal to other; otherwise false.