Click or drag to resize

Complex32Equality Operator

Equality test.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool operator ==(
	Complex32 complex1,
	Complex32 complex2
)

Parameters

complex1  Complex32
One of complex numbers to compare.
complex2  Complex32
The other complex numbers to compare.

Return Value

Boolean
true if the real and imaginary components of the two complex numbers are equal; false otherwise.
See Also