ElementEquals Op

ElementEquals

Check if two HTML element objects are equal


Two nodes are equal when they have the same type, defining characteristics (for elements, this would be their ID, number of children, and so forth), its attributes match, and so on.

https://developer.mozilla.org/en-US/docs/Web/API/Node/isEqualNode


Full Name
  • Ops.Html.ElementEquals
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


INPUT PORTS


HTML Element (Object:element)

input element

HTML Element 2 (Object:element)

element to compare with

OUTPUT PORTS


Equal (booleanNumber)

result


 

Patches using ElementEquals

  • Examples
  • Public
  • My Patches

Changelog


new opop createduser avatarstephan - 2025-04-07 11:38