Core.IntegrationTest.Car.Equals C# (CSharp) 메소드

Equals() 보호된 메소드

protected Equals ( Car other ) : bool
other Car
리턴 bool
        protected bool Equals(Car other)
        {
            return string.Equals(Number, other.Number);
        }

Same methods

Car::Equals ( object obj ) : bool