IDebugHostContext::IsEqualTo method (dbgmodel.h)

Returns whether two IDebugHostContext objects are equal by value. Note that there is no requirement for a debug host to have interface pointer equality for two contexts which are equivalent. The actual contexts can be compared through this method.

Syntax

HRESULT IsEqualTo(
  IDebugHostContext *pContext,
  bool              *pIsEqual
);

Parameters

pContext

The host context to compare against.

pIsEqual

An indication of whether the values of the two objects are equal.

Return value

This method returns HRESULT.

Requirements

Requirement Value
Header dbgmodel.h

See also

IDebugHostContext interface