Extent.op_Inequality

Extent Inequality operator

Implements the ‘!=’ operator.

public static bool operator !=(Extent left, Extent right)
ParameterTypeDescription
leftExtentFirst argument.
rightExtentSecond argument.

Return Value

Value indicating whether arguments are not equal.

See Also