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()

bool System.Net.KnownHttpVerb.Equals ( KnownHttpVerb verb)
inline

Definition at line 24 of file KnownHttpVerb.cs.

25 {
26 string name = this.Name;
27 string name2 = verb.Name;
28 int num = string.Compare(name, name2, StringComparison.OrdinalIgnoreCase);
29 return true;
30 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.name, and System.Net.KnownHttpVerb.Name.