Exemplo n.º 1
0
		public static bool HasAnyFlag(this ItemBagFamilyMask flags, ItemBagFamilyMask otherFlags)
		{
			return (flags & otherFlags) != 0;
		}
Exemplo n.º 2
0
 public static bool HasAnyFlag(this ItemBagFamilyMask flags, ItemBagFamilyMask otherFlags)
 {
     return((flags & otherFlags) != ItemBagFamilyMask.None);
 }