contains

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

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


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

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