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