BursaWolfParameters.op_Inequality

BursaWolfParameters Inequality operator

Implements the operator !=.

public static bool operator !=(BursaWolfParameters a, BursaWolfParameters b)
ParameterTypeDescription
aBursaWolfParametersThe A instance.
bBursaWolfParametersThe B instance.

Return Value

The result of the operator.

See Also