CSSValue.op_Inequality
CSSValue Inequality operator
Implements the operator !=.
public static bool operator !=(CSSValue left, CSSValue right)
Parameter | Type | Description |
---|---|---|
left | CSSValue | The left element. |
right | CSSValue | The right element. |
Return Value
The result of the operator.
See Also
- class CSSValue
- namespace Aspose.Svg.Dom.Css
- assembly Aspose.SVG