contains

fun contains(dataSource: DataSource): Boolean(source)

Checks to see if the collection contains a given data source.

Return

true if the collection contains the data source, false otherwise.

Parameters

dataSource

The data source to check for.

See also