[]
        
(Showing Draft Content)

DDCssLib.CSSValue.op_Inequality

operator != Operator

operator !=(CSSValue, CSSValue)

After checking both arguments for null, uses !valA.Equals(valB). If either argument is null, true will be returned.

Declaration
public static bool operator !=(CSSValue valA, CSSValue valB)
Parameters
Type Name Description
CSSValue valA
CSSValue valB
Returns
Type Description
bool