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 157 of file GCHandle.cs.

158 {
159 return a._handle == b._handle;
160 }

References System.Runtime.InteropServices.GCHandle._handle.