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 43 of file Label.cs.

44 {
45 return !(a == b);
46 }