COR_FIELD.Equality 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
Equality(COR_FIELD, COR_FIELD) | |
Equality(COR_FIELD, COR_FIELD) |
Equality(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 ( = ) : 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
Equality(COR_FIELD, COR_FIELD)
public static bool operator == (in Microsoft.VisualStudio.CorDebugInterop.COR_FIELD x, in Microsoft.VisualStudio.CorDebugInterop.COR_FIELD y);
static member ( = ) : COR_FIELD * COR_FIELD -> bool
Public Shared Operator == (ByRef x As COR_FIELD, ByRef y As COR_FIELD) As Boolean