equals method

  1. @override
bool equals(
  1. DCFComponentNode other
)
override

Whether this node is equal to another

Implementation

@override
bool equals(DCFComponentNode other) => other is EmptyVDomNode;