Complex.op_Equality

Complex Equality 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