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() [3/3]

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

Definition at line 2380 of file TimeZoneInfo.cs.

2381 {
2382 bool isFixedDateRule = other._isFixedDateRule;
2384 byte month = this._month;
2385 byte month2 = other._month;
2386 bool isFixedDateRule3 = other._isFixedDateRule;
2387 byte week = this._week;
2388 byte week2 = other._week;
2389 DayOfWeek dayOfWeek = this._dayOfWeek;
2390 DayOfWeek dayOfWeek2 = other._dayOfWeek;
2391 bool flag;
2392 return flag;
2393 }
class f__AnonymousType0<< Count > j__TPar
DayOfWeek
Definition DayOfWeek.cs:7

References System.TimeZoneInfo.TransitionTime._dayOfWeek, System.TimeZoneInfo.TransitionTime._isFixedDateRule, System.TimeZoneInfo.TransitionTime._month, System.TimeZoneInfo.TransitionTime._week, and j__TPar.