contains

fun contains(billboard: Billboard? = definedExternally): Boolean(source)

Check whether this collection contains a given billboard.

Return

true if this collection contains the billboard, false otherwise.

Parameters

billboard

The billboard to check for.

See also