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

◆ operator==()

static bool System.Text.RegularExpressions.Regex.CachedCodeEntryKey.operator== ( Regex::CachedCodeEntryKey left,
Regex::CachedCodeEntryKey right )
inlinestatic

Definition at line 760 of file Regex.cs.

761 {
762 string pattern = left._pattern;
763 bool flag;
764 return flag;
765 }

References System.Text.RegularExpressions.Regex.pattern.