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

◆ operator!=()

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

Definition at line 97 of file OpCode.cs.

98 {
99 return !(a == b);
100 }