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.Equals ( TimeZoneInfo other)
inline

Definition at line 874 of file TimeZoneInfo.cs.

875 {
876 if (other != null)
877 {
878 string id = this._id;
879 string id2 = other._id;
880 bool flag = string.Equals(id, id2, StringComparison.OrdinalIgnoreCase);
881 return this.HasSameRules(other);
882 }
883 }
class f__AnonymousType0<< Count > j__TPar
bool HasSameRules(TimeZoneInfo other)
readonly string _id

References System.TimeZoneInfo._id, System.TimeZoneInfo.HasSameRules(), and j__TPar.