contains

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

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


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

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