Identifier.op_Inequality

Identifier Inequality operator

Implements the operator !=.

public static bool operator !=(Identifier a, Identifier b)
ParameterTypeDescription
aIdentifierThe A instance.
bIdentifierThe B instance.

Return Value

The result of the operator.

See Also