isEqualNode method

bool isEqualNode(
  1. Node? otherNode
)

Implementation

bool isEqualNode(Node? otherNode) =>
    js_util.callMethod(this, 'isEqualNode', [otherNode]);