Click or drag to resize

DoubleComplexEquals Method

Tests for equality of this complex number and another complex number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override bool Equals(
	Object o
)

Parameters

o  Object
A complex number.

Return Value

Boolean
True if this.Real==o.Real and this.Imag==o.Imag; otherwise, false.
See Also