COR_FIELD.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Inequality(COR_FIELD, COR_FIELD) | |
Inequality(COR_FIELD, COR_FIELD) |
Inequality(COR_FIELD, COR_FIELD)
public:
static bool operator !=(Microsoft::VisualStudio::CorDebugInterop::COR_FIELD x, Microsoft::VisualStudio::CorDebugInterop::COR_FIELD y);
public static bool operator != (Microsoft.VisualStudio.CorDebugInterop.COR_FIELD x, Microsoft.VisualStudio.CorDebugInterop.COR_FIELD y);
static member op_Inequality : Microsoft.VisualStudio.CorDebugInterop.COR_FIELD * Microsoft.VisualStudio.CorDebugInterop.COR_FIELD -> bool
Public Shared Operator != (x As COR_FIELD, y As COR_FIELD) As Boolean
Parameters
Returns
Applies to
Inequality(COR_FIELD, COR_FIELD)
public static bool operator != (in Microsoft.VisualStudio.CorDebugInterop.COR_FIELD x, in Microsoft.VisualStudio.CorDebugInterop.COR_FIELD y);
static member op_Inequality : COR_FIELD * COR_FIELD -> bool
Public Shared Operator != (ByRef x As COR_FIELD, ByRef y As COR_FIELD) As Boolean