Complex.op_Inequality

Complex Inequality operator

Implements the operator !=.

public static bool operator !=(Complex a, Complex b)
ParameterTypeDescription
aComplexThe a complex.
bComplexThe b complex.

Return Value

The result of the operator.

See Also