structurallyEquals method

bool structurallyEquals(
  1. CSSStyleRule other
)

Implementation

bool structurallyEquals(CSSStyleRule other) {
  return cssRulesStructurallyEqual(this, other);
}