Core.IntegrationTest.Car.Equals C# (CSharp) Method

Equals() protected method

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

Same methods

Car::Equals ( object obj ) : bool