equals method
Whether this node is equal to another
Implementation
@override
bool equals(DCFComponentNode other) => other is EmptyVDomNode;
Whether this node is equal to another
@override
bool equals(DCFComponentNode other) => other is EmptyVDomNode;