ATMLModelLibrary.model.Quantity.Equals C# (CSharp) 메소드

Equals() 보호된 메소드

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

Same methods

Quantity::Equals ( object obj ) : bool