Click or drag to resize

Complex32Equals(Complex32) Method

Checks if two complex numbers are equal. Two complex numbers are equal if their corresponding real and imaginary components are equal.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Equals(
	Complex32 other
)

Parameters

other  Complex32
The complex number to compare to with.

Return Value

Boolean
Returns true if the two objects are the same object, or if their corresponding real and imaginary components are equal, false otherwise.

Implements

IEquatableTEquals(T)
See Also