CSSValue.op_Equality

CSSValue Equality 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