contains

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

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


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

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