AlbLib.SaveGame.ItemStack.operator C# (CSharp) Méthode

operator() public static méthode

Compares two item stacks.
public static operator ( ) : bool
Résultat bool
        public static bool operator !=(ItemStack a, ItemStack b)
        {
            return !a.Equals(b);
        }