public bool Equals(SimpleVariables other) { if (other == null) { return(false); } return(VersionId.Equals(other.VersionId) && LastMissionPassedName.Equals(other.LastMissionPassedName) && MissionPackGame.Equals(other.MissionPackGame) && CurrLevel.Equals(other.CurrLevel) && CameraPosition.Equals(other.CameraPosition) && MillisecondsPerGameMinute.Equals(other.MillisecondsPerGameMinute) && LastClockTick.Equals(other.LastClockTick) && GameClockMonths.Equals(other.GameClockMonths) && GameClockDays.Equals(other.GameClockDays) && GameClockHours.Equals(other.GameClockHours) && GameClockMinutes.Equals(other.GameClockMinutes) && GameClockDayOfWeek.Equals(other.GameClockDayOfWeek) && StoredGameClockMonths.Equals(other.StoredGameClockMonths) && StoredGameClockDays.Equals(other.StoredGameClockDays) && StoredGameClockHours.Equals(other.StoredGameClockHours) && StoredGameClockMinutes.Equals(other.StoredGameClockMinutes) && ClockHasBeenStored.Equals(other.ClockHasBeenStored) && CurrPadMode.Equals(other.CurrPadMode) && HasPlayerCheated.Equals(other.HasPlayerCheated) && TimeInMilliseconds.Equals(other.TimeInMilliseconds) && TimeScale.Equals(other.TimeScale) && TimeStep.Equals(other.TimeStep) && TimeStepNonClipped.Equals(other.TimeStepNonClipped) && FrameCounter.Equals(other.FrameCounter) && OldWeatherType.Equals(other.OldWeatherType) && NewWeatherType.Equals(other.NewWeatherType) && ForcedWeatherType.Equals(other.ForcedWeatherType) && WeatherInterpolation.Equals(other.WeatherInterpolation) && WeatherTypeInList.Equals(other.WeatherTypeInList) && Rain.Equals(other.Rain) && CameraCarZoomIndicator.Equals(other.CameraCarZoomIndicator) && CameraPedZoomIndicator.Equals(other.CameraPedZoomIndicator) && CurrArea.Equals(other.CurrArea) && InvertLook4Pad.Equals(other.InvertLook4Pad) && ExtraColour.Equals(other.ExtraColour) && ExtraColourOn.Equals(other.ExtraColourOn) && ExtraColourInterpolation.Equals(other.ExtraColourInterpolation) && ExtraColourWeatherType.Equals(other.ExtraColourWeatherType) && WaterConfiguration.Equals(other.WaterConfiguration) && LARiots.Equals(other.LARiots) && LARiotsNoPoliceCars.Equals(other.LARiotsNoPoliceCars) && MaximumWantedLevel.Equals(other.MaximumWantedLevel) && MaximumChaosLevel.Equals(other.MaximumChaosLevel) && GermanGame.Equals(other.GermanGame) && FrenchGame.Equals(other.FrenchGame) && NastyGame.Equals(other.NastyGame) && CinematicCamMessagesLeftToDisplay.Equals(other.CinematicCamMessagesLeftToDisplay) && TimeLastSaved.Equals(other.TimeLastSaved) && TargetMarkerHandle.Equals(other.TargetMarkerHandle) && HasDisplayedPlayerQuitEnterCarHelpText.Equals(other.HasDisplayedPlayerQuitEnterCarHelpText) && AllTaxisHaveNitro.Equals(other.AllTaxisHaveNitro) && ProstiutesPayYou.Equals(other.ProstiutesPayYou)); }
public bool Equals(SimpleVariables other) { if (other == null) { return(false); } return(LastMissionPassedName.Equals(other.LastMissionPassedName) && CurrentLevel.Equals(other.CurrentLevel) && CurrentArea.Equals(other.CurrentArea) && Language.Equals(other.Language) && MillisecondsPerGameMinute.Equals(other.MillisecondsPerGameMinute) && LastClockTick.Equals(other.LastClockTick) && GameClockHours.Equals(other.GameClockHours) && GameClockMinutes.Equals(other.GameClockMinutes) && GameClockSeconds.Equals(other.GameClockSeconds) && TimeInMilliseconds.Equals(other.TimeInMilliseconds) && TimeScale.Equals(other.TimeScale) && TimeStep.Equals(other.TimeStep) && TimeStepNonClipped.Equals(other.TimeStepNonClipped) && FramesPerUpdate.Equals(other.FramesPerUpdate) && FrameCounter.Equals(other.FrameCounter) && OldWeatherType.Equals(other.OldWeatherType) && NewWeatherType.Equals(other.NewWeatherType) && ForcedWeatherType.Equals(other.ForcedWeatherType) && WeatherTypeInList.Equals(other.WeatherTypeInList) && WeatherInterpolationValue.Equals(other.WeatherInterpolationValue) && CameraPosition.Equals(other.CameraPosition) && CameraModeInCar.Equals(other.CameraModeInCar) && CameraModeOnFoot.Equals(other.CameraModeOnFoot) && ExtraColor.Equals(other.ExtraColor) && ExtraColorIsOn.Equals(other.ExtraColorIsOn) && ExtraColorInterpolation.Equals(other.ExtraColorInterpolation) && Brightness.Equals(other.Brightness) && DisplayHud.Equals(other.DisplayHud) && ShowSubtitles.Equals(other.ShowSubtitles) && RadarMode.Equals(other.RadarMode) && BlurOn.Equals(other.BlurOn) && UseWideScreen.Equals(other.UseWideScreen) && MusicVolume.Equals(other.MusicVolume) && SfxVolume.Equals(other.SfxVolume) && RadioStation.Equals(other.RadioStation) && StereoOutput.Equals(other.StereoOutput) && PadMode.Equals(other.PadMode) && InvertLook.Equals(other.InvertLook) && UseVibration.Equals(other.UseVibration) && SwapNippleAndDPad.Equals(other.SwapNippleAndDPad) && HasPlayerCheated.Equals(other.HasPlayerCheated) && AllTaxisHaveNitro.Equals(other.AllTaxisHaveNitro) && TargetIsOn.Equals(other.TargetIsOn) && TargetPosition.Equals(other.TargetPosition) && TimeStamp.Equals(other.TimeStamp)); }
public bool Equals(SimpleVariables other) { if (other == null) { return(false); } return(LastMissionPassedName.Equals(other.LastMissionPassedName) && TimeStamp.Equals(other.TimeStamp) && SizeOfGameInBytes.Equals(other.SizeOfGameInBytes) && CurrentLevel.Equals(other.CurrentLevel) && CameraPosition.Equals(other.CameraPosition) && MillisecondsPerGameMinute.Equals(other.MillisecondsPerGameMinute) && LastClockTick.Equals(other.LastClockTick) && GameClockHours.Equals(other.GameClockHours) && GameClockMinutes.Equals(other.GameClockMinutes) && CurrPadMode.Equals(other.CurrPadMode) && TimeInMilliseconds.Equals(other.TimeInMilliseconds) && TimeScale.Equals(other.TimeScale) && TimeStep.Equals(other.TimeStep) && TimeStepNonClipped.Equals(other.TimeStepNonClipped) && FrameCounter.Equals(other.FrameCounter) && TimeStep2.Equals(other.TimeStep2) && FramesPerUpdate.Equals(other.FramesPerUpdate) && TimeScale2.Equals(other.TimeScale2) && OldWeatherType.Equals(other.OldWeatherType) && NewWeatherType.Equals(other.NewWeatherType) && ForcedWeatherType.Equals(other.ForcedWeatherType) && WeatherInterpolation.Equals(other.WeatherInterpolation) && MusicVolume.Equals(other.MusicVolume) && SfxVolume.Equals(other.SfxVolume) && UseVibration.Equals(other.UseVibration) && StereoOutput.Equals(other.StereoOutput) && RadioStation.Equals(other.RadioStation) && Brightness.Equals(other.Brightness) && ShowSubtitles.Equals(other.ShowSubtitles) && Language.Equals(other.Language) && UseWideScreen.Equals(other.UseWideScreen) && BlurOn.Equals(other.BlurOn) && CompileDateAndTime.Equals(other.CompileDateAndTime) && WeatherTypeInList.Equals(other.WeatherTypeInList) && CameraModeInCar.Equals(other.CameraModeInCar) && CameraModeOnFoot.Equals(other.CameraModeOnFoot) && IsQuickSave.Equals(other.IsQuickSave)); }
public bool Equals(SimpleVariables other) { if (other == null) { return(false); } return(SaveVersionNumber.Equals(other.SaveVersionNumber) && LastMissionPassedName.Equals(other.LastMissionPassedName) && TimeStamp.Equals(other.TimeStamp) && SizeOfGameInBytes.Equals(other.SizeOfGameInBytes) && CurrLevel.Equals(other.CurrLevel) && CameraPosition.Equals(other.CameraPosition) && SteamMagicNumber.Equals(other.SteamMagicNumber) && MillisecondsPerGameMinute.Equals(other.MillisecondsPerGameMinute) && LastClockTick.Equals(other.LastClockTick) && GameClockHours.Equals(other.GameClockHours) && GameClockMinutes.Equals(other.GameClockMinutes) && CurrPadMode.Equals(other.CurrPadMode) && TimeInMilliseconds.Equals(other.TimeInMilliseconds) && TimerTimeScale.Equals(other.TimerTimeScale) && TimerTimeStep.Equals(other.TimerTimeStep) && TimerTimeStepNonClipped.Equals(other.TimerTimeStepNonClipped) && FrameCounter.Equals(other.FrameCounter) && TimeStep.Equals(other.TimeStep) && FramesPerUpdate.Equals(other.FramesPerUpdate) && TimeScale.Equals(other.TimeScale) && OldWeatherType.Equals(other.OldWeatherType) && NewWeatherType.Equals(other.NewWeatherType) && ForcedWeatherType.Equals(other.ForcedWeatherType) && WeatherInterpolation.Equals(other.WeatherInterpolation) && WeatherTypeInList.Equals(other.WeatherTypeInList) && CameraCarZoomIndicator.Equals(other.CameraCarZoomIndicator) && CameraPedZoomIndicator.Equals(other.CameraPedZoomIndicator) && CurrArea.Equals(other.CurrArea) && AllTaxisHaveNitro.Equals(other.AllTaxisHaveNitro) && InvertLook4Pad.Equals(other.InvertLook4Pad) && ExtraColour.Equals(other.ExtraColour) && ExtraColourOn.Equals(other.ExtraColourOn) && ExtraColourInterpolation.Equals(other.ExtraColourInterpolation) && RadioStationPositionList.SequenceEqual(other.RadioStationPositionList)); }
public bool Equals(Stats other) { if (other == null) { return(false); } return(PeopleKilledByPlayer.Equals(other.PeopleKilledByPlayer) && PeopleKilledByOthers.Equals(other.PeopleKilledByOthers) && CarsExploded.Equals(other.CarsExploded) && BoatsExploded.Equals(other.BoatsExploded) && TyresPopped.Equals(other.TyresPopped) && RoundsFiredByPlayer.Equals(other.RoundsFiredByPlayer) && PedsKilledOfThisType.SequenceEqual(other.PedsKilledOfThisType) && HelisDestroyed.Equals(other.HelisDestroyed) && ProgressMade.Equals(other.ProgressMade) && TotalProgressInGame.Equals(other.TotalProgressInGame) && KgsOfExplosivesUsed.Equals(other.KgsOfExplosivesUsed) && BulletsThatHit.Equals(other.BulletsThatHit) && HeadsPopped.Equals(other.HeadsPopped) && WantedStarsAttained.Equals(other.WantedStarsAttained) && WantedStarsEvaded.Equals(other.WantedStarsEvaded) && TimesArrested.Equals(other.TimesArrested) && TimesDied.Equals(other.TimesDied) && DaysPassed.Equals(other.DaysPassed) && SafeHouseVisits.Equals(other.SafeHouseVisits) && Sprayings.Equals(other.Sprayings) && MaximumJumpDistance.Equals(other.MaximumJumpDistance) && MaximumJumpHeight.Equals(other.MaximumJumpHeight) && MaximumJumpFlips.Equals(other.MaximumJumpFlips) && MaximumJumpSpins.Equals(other.MaximumJumpSpins) && BestStuntJump.Equals(other.BestStuntJump) && NumberOfUniqueJumpsFound.Equals(other.NumberOfUniqueJumpsFound) && TotalNumberOfUniqueJumps.Equals(other.TotalNumberOfUniqueJumps) && MissionsGiven.Equals(other.MissionsGiven) && PassengersDroppedOffWithTaxi.Equals(other.PassengersDroppedOffWithTaxi) && MoneyMadeWithTaxi.Equals(other.MoneyMadeWithTaxi) && IndustrialPassed.Equals(other.IndustrialPassed) && CommercialPassed.Equals(other.CommercialPassed) && SuburbanPassed.Equals(other.SuburbanPassed) && PamphletMissionPassed.Equals(other.PamphletMissionPassed) && NoMoreHurricanes.Equals(other.NoMoreHurricanes) && DistanceTravelledOnFoot.Equals(other.DistanceTravelledOnFoot) && DistanceTravelledByCar.Equals(other.DistanceTravelledByCar) && DistanceTravelledByBike.Equals(other.DistanceTravelledByBike) && DistanceTravelledByBoat.Equals(other.DistanceTravelledByBoat) && DistanceTravelledByGolfCart.Equals(other.DistanceTravelledByGolfCart) && DistanceTravelledByHelicopter.Equals(other.DistanceTravelledByHelicopter) && DistanceTravelledByPlane.Equals(other.DistanceTravelledByPlane) && LivesSavedWithAmbulance.Equals(other.LivesSavedWithAmbulance) && CriminalsCaught.Equals(other.CriminalsCaught) && FiresExtinguished.Equals(other.FiresExtinguished) && HighestLevelVigilanteMission.Equals(other.HighestLevelVigilanteMission) && HighestLevelAmbulanceMission.Equals(other.HighestLevelAmbulanceMission) && HighestLevelFireMission.Equals(other.HighestLevelFireMission) && PhotosTaken.Equals(other.PhotosTaken) && NumberKillFrenziesPassed.Equals(other.NumberKillFrenziesPassed) && TotalNumberKillFrenzies.Equals(other.TotalNumberKillFrenzies) && TotalNumberMissions.Equals(other.TotalNumberMissions) && FlightTime.Equals(other.FlightTime) && TimesDrowned.Equals(other.TimesDrowned) && SeagullsKilled.Equals(other.SeagullsKilled) && WeaponBudget.Equals(other.WeaponBudget) && FashionBudget.Equals(other.FashionBudget) && LoanSharks.Equals(other.LoanSharks) && StoresKnockedOff.Equals(other.StoresKnockedOff) && MovieStunts.Equals(other.MovieStunts) && Assassinations.Equals(other.Assassinations) && PizzasDelivered.Equals(other.PizzasDelivered) && GarbagePickups.Equals(other.GarbagePickups) && IceCreamSold.Equals(other.IceCreamSold) && TopShootingRangeScore.Equals(other.TopShootingRangeScore) && ShootingRank.Equals(other.ShootingRank) && LongestWheelie.Equals(other.LongestWheelie) && LongestStoppie.Equals(other.LongestStoppie) && Longest2Wheel.Equals(other.Longest2Wheel) && LongestWheelieDist.Equals(other.LongestWheelieDist) && LongestStoppieDist.Equals(other.LongestStoppieDist) && Longest2WheelDist.Equals(other.Longest2WheelDist) && PropertyBudget.Equals(other.PropertyBudget) && AutoPaintingBudget.Equals(other.AutoPaintingBudget) && PropertyDestroyed.Equals(other.PropertyDestroyed) && NumPropertyOwned.Equals(other.NumPropertyOwned) && BloodRingKills.Equals(other.BloodRingKills) && BloodRingTime.Equals(other.BloodRingTime) && PropertyOwned.SequenceEqual(other.PropertyOwned) && HighestChaseValue.Equals(other.HighestChaseValue) && FastestTimes.SequenceEqual(other.FastestTimes) && HighestScores.SequenceEqual(other.HighestScores) && BestPositions.SequenceEqual(other.BestPositions) && KillsSinceLastCheckpoint.Equals(other.KillsSinceLastCheckpoint) && TotalLegitimateKills.Equals(other.TotalLegitimateKills) && LastMissionPassedName.Equals(other.LastMissionPassedName) && CheatedCount.Equals(other.CheatedCount) && FavoriteRadioStationList.SequenceEqual(other.FavoriteRadioStationList)); }