CSSValue.op_Inequality

CSSValue Inequality operator

Implements the operator !=.

public static bool operator !=(CSSValue left, CSSValue right)
ParameterTypeDescription
leftCSSValueThe left element.
rightCSSValueThe right element.

Return Value

The result of the operator.

See Also