Rediger

Del via


IEquatableConcept interface (dbgmodel.h)

Supports the ability to compare this object to another (of arbitrary type) for equality.

Inheritance

IEquatableConcept inherits from IUnknown.

Methods

The IEquatableConcept interface has these methods.

 
IEquatableConcept::AddRef

The AddRef method increments the reference count for an interface on an object. This method belongs to the IEquatableConcept interface.
IEquatableConcept::AreObjectsEqual

Compares this object to another (of arbitrary type) for equality. If the comparison cannot be performed, E_NOT_SET should be returned.
IEquatableConcept::QueryInterface

The IEquatableConcept::QueryInterface method retrieves pointers to the supported interfaces on an object.
IEquatableConcept::Release

The IEquatableConcept::Release method decrements the reference count for an interface on an object.

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Overview