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

◆ operator!=()

static bool System.Runtime.InteropServices.GCHandle.operator!= ( GCHandle a,
GCHandle b )
inlinestatic

Definition at line 162 of file GCHandle.cs.

163 {
164 return a._handle != b._handle;
165 }

References System.Runtime.InteropServices.GCHandle._handle.