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