contains

open operator override fun contains(element: T): Boolean

Checks if there's a element.

Return

true if contains the element, false otherwise

Parameters

element

element to check.