IDebugReference2.Compare Method
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
Compare(enum_REFERENCE_COMPARE, IDebugReference2) | |
Compare(UInt32, IDebugReference2) |
Compare(enum_REFERENCE_COMPARE, IDebugReference2)
public:
int Compare(Microsoft::VisualStudio::Debugger::Interop::enum_REFERENCE_COMPARE dwCompare, Microsoft::VisualStudio::Debugger::Interop::IDebugReference2 ^ pReference);
public int Compare (Microsoft.VisualStudio.Debugger.Interop.enum_REFERENCE_COMPARE dwCompare, Microsoft.VisualStudio.Debugger.Interop.IDebugReference2 pReference);
abstract member Compare : Microsoft.VisualStudio.Debugger.Interop.enum_REFERENCE_COMPARE * Microsoft.VisualStudio.Debugger.Interop.IDebugReference2 -> int
Public Function Compare (dwCompare As enum_REFERENCE_COMPARE, pReference As IDebugReference2) As Integer
Parameters
- dwCompare
- enum_REFERENCE_COMPARE
- pReference
- IDebugReference2
Returns
Applies to
Compare(UInt32, IDebugReference2)
public:
int Compare(System::UInt32 dwCompare, Microsoft::VisualStudio::Debugger::Interop::IDebugReference2 ^ pReference);
public int Compare (uint dwCompare, Microsoft.VisualStudio.Debugger.Interop.IDebugReference2 pReference);
abstract member Compare : uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugReference2 -> int
Public Function Compare (dwCompare As UInteger, pReference As IDebugReference2) As Integer
Parameters
- dwCompare
- UInt32
- pReference
- IDebugReference2