contains

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

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


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

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