Click or drag to resize

Complex32Equals(Object) 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 override bool Equals(
	Object obj
)

Parameters

obj  Object
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.
See Also