ComplexInequality Operator

Tests the inequality of two complex numbers.

Definition

Namespace: Meta.Numerics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static bool operator !=(
	Complex z1,
	Complex z2
)

Parameters

z1  Complex
The first complex number.
z2  Complex
The second complex number.

Return Value

Boolean
False if the two complex numbers are equal, otherwise true.

See Also