Core.IntegrationTest.Car.Equals C# (CSharp) Méthode

Equals() protected méthode

protected Equals ( Car other ) : bool
other Car
Résultat bool
        protected bool Equals(Car other)
        {
            return string.Equals(Number, other.Number);
        }

Same methods

Car::Equals ( object obj ) : bool