kmongo / kotlin.collections / com.mongodb.client.MongoIterable / contains

contains

operator fun <T> MongoIterable<T>.contains(element: T): Boolean (source)

Returns true if element is found in the collection.