kotlin-stdlib
Common
JS
Native
kotlin-stdlib
/
kotlin.collections
/
HashSet
/
contains
contains
Common
JS
Native
expect
open
operator override
fun
contains
(
element
:
@
UnsafeVariance
E
)
:
Boolean
(
source
)
actual
open
operator override
fun
contains
(
element
:
E
)
:
Boolean
Checks if the specified element is contained in this collection.
actual
open
operator override
fun
contains
(
element
:
E
)
:
Boolean
Checks if the specified element is contained in this collection.