contains

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

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


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

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