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

◆ operator!=()

static bool System.Reflection.Metadata.InterfaceImplementationHandle.operator!= ( InterfaceImplementationHandle left,
InterfaceImplementationHandle right )
inlinestatic

Definition at line 73 of file InterfaceImplementationHandle.cs.

74 {
75 return left._rowId != right._rowId;
76 }

References System.Reflection.Metadata.InterfaceImplementationHandle._rowId.