Пример #1
0
bool CSSBasicShapePolygonValue::equals(const CSSBasicShapePolygonValue& other) const
{
    return compareCSSValueVector(m_values, other.m_values);
}
Пример #2
0
bool CSSValueList::equals(const CSSValueList& other) const
{
    return m_valueListSeparator == other.m_valueListSeparator && compareCSSValueVector(m_values, other.m_values);
}