IDebugReference2::Compare
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Compares one reference to another. Reserved for future use.
Syntax
HRESULT Compare (
REFERENCE_COMPARE dwCompare,
IDebugReference2* pReference
);
int Compare (
enum_REFERENCE_COMPARE dwCompare,
IDebugReference2 pReference
);
Parameters
dwCompare
[in] A value from the REFERENCE_COMPARE enumeration that specifies the comparison operation, for example, equal to, less than, or greater than.
pReference
[in] An IDebugReference2 object representing the reference to be compared to.
Return Value
Always returns E_NOTIMPL
.