AcManager.Tools.Managers.Online.ServerEntry.CurrentDriver.Equals C# (CSharp) Метод

Equals() защищенный Метод

protected Equals ( CurrentDriver other ) : bool
other CurrentDriver
Результат bool
            protected bool Equals(CurrentDriver other) {
                return string.Equals(Name, other.Name) && string.Equals(Team, other.Team) && string.Equals(CarId, other.CarId) && string.Equals(CarSkinId, other.CarSkinId);
            }

Same methods

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