contains

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

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


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

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