contains

operator fun contains(flag: ApplicationFlag): Boolean(source)

Checks if this instance of ApplicationFlags has all bits set that are set in flag.


operator fun contains(flags: ApplicationFlags): Boolean(source)

Checks if this instance of ApplicationFlags has all bits set that are set in flags.