[]
        
(Showing Draft Content)

DDCssLib.CSSValue.op_Equality

operator == Operator

operator ==(CSSValue, CSSValue)

After checking arguments for null, uses valA.Equals(valB).
If either argument is null, the return will be false.

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