terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ HasSameRules()

bool System.TimeZoneInfo.HasSameRules ( TimeZoneInfo other)
inline

Definition at line 920 of file TimeZoneInfo.cs.

921 {
922 while (other == null)
923 {
924 }
926 TimeSpan baseUtcOffset2 = other._baseUtcOffset;
927 bool flag = baseUtcOffset != baseUtcOffset2;
932 if (adjustmentRules2 != null && flag)
933 {
936 return;
937 }
938 }
class f__AnonymousType0<< Count > j__TPar
readonly bool _supportsDaylightSavingTime
readonly TimeSpan _baseUtcOffset
readonly TimeZoneInfo.AdjustmentRule[] _adjustmentRules

References System.TimeZoneInfo._adjustmentRules, System.TimeZoneInfo._baseUtcOffset, System.TimeZoneInfo._supportsDaylightSavingTime, and j__TPar.

Referenced by System.TimeZoneInfo.Equals().