AcManager.Tools.Managers.Online.ServerEntry.CarEntry.Equals C# (CSharp) 메소드

Equals() 보호된 메소드

protected Equals ( CarEntry other ) : bool
other CarEntry
리턴 bool
            protected bool Equals(CarEntry other) {
                return Equals(_availableSkin, other._availableSkin) && CarObject.Equals(other.CarObject) && Total == other.Total && Available == other.Available;
            }

Same methods

ServerEntry.CarEntry::Equals ( object obj ) : bool