Skip to content
On this page

LinkedListNode<T>.hasEqualList

checks if node is in the same list with provided id.

Parameters

idSymbol: The id of the list to check.

Returns

boolean

True if the node is in the list, false otherwise.