Skip to content
On this page

LinkedListNode<T>.isEqual

checks if the node is equal to another node.

Parameters

nodeLinkedListNode<any>: The node to check.

Returns

boolean

True if the nodes are equal, false otherwise.