op_Inequality

Length Inequality operator

Checks the inequality of the two given lengths.

public static bool operator !=(Length left, Length right)
Parameter Type Description
left Length The left length operand.
right Length The right length operand.

Return Value

True if both lengths are not equal, otherwise false.

See Also