Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator==()

static bool System.Reflection.Emit.Label.operator== ( Label a,
Label b )
inlinestatic

Definition at line 38 of file Label.cs.

39 {
40 return a.Equals(b);
41 }

References System.Reflection.Emit.Label.Equals().