ATMLModelLibrary.model.Quantity.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( Quantity other ) : bool
other Quantity
return bool
        protected bool Equals(Quantity other)
        {
            return this == other;
        }

Same methods

Quantity::Equals ( object obj ) : bool