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/3]

bool System.Text.RegularExpressions.Regex.CachedCodeEntryKey.Equals ( Regex::CachedCodeEntryKey other)
inline

Definition at line 749 of file Regex.cs.

750 {
751 string pattern = this._pattern;
752 string pattern2 = other._pattern;
753 bool flag = pattern.Equals(pattern2);
754 string cultureKey = this._cultureKey;
755 string cultureKey2 = other._cultureKey;
756 return cultureKey.Equals(cultureKey2);
757 }
class f__AnonymousType0<< Count > j__TPar

References System.Text.RegularExpressions.Regex.CachedCodeEntryKey._cultureKey, System.Text.RegularExpressions.Regex.CachedCodeEntryKey._pattern, j__TPar, and System.Text.RegularExpressions.Regex.pattern.