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

◆ Equals() [2/2]

bool System.TimeZoneInfo.AdjustmentRule.Equals ( TimeZoneInfo::AdjustmentRule other)
inline

Definition at line 1953 of file TimeZoneInfo.cs.

1954 {
1955 int num = 1;
1956 if (other != null)
1957 {
1959 DateTime dateStart2 = other._dateStart;
1960 if (num == 0)
1961 {
1962 }
1963 DateTime dateEnd = this._dateEnd;
1964 DateTime dateEnd2 = other._dateEnd;
1965 if (num == 0)
1966 {
1967 }
1968 bool flag = dateEnd == dateEnd2;
1970 TimeSpan daylightDelta2 = other._daylightDelta;
1971 if (num == 0)
1972 {
1973 }
1976 TimeSpan baseUtcOffsetDelta2 = other._baseUtcOffsetDelta;
1977 if (num == 0)
1978 {
1979 }
1981 bool isFixedDateRule = other._daylightTransitionEnd._isFixedDateRule;
1982 DateTime timeOfDay = other._daylightTransitionEnd._timeOfDay;
1983 bool isFixedDateRule2 = other._daylightTransitionStart._isFixedDateRule;
1984 bool flag4;
1985 return flag4;
1986 }
1987 }
class f__AnonymousType0<< Count > j__TPar

References System.TimeZoneInfo.AdjustmentRule._baseUtcOffsetDelta, System.TimeZoneInfo.AdjustmentRule._dateEnd, System.TimeZoneInfo.AdjustmentRule._dateStart, System.TimeZoneInfo.AdjustmentRule._daylightDelta, and j__TPar.