Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Compare method compares two model-based objects for equality linguistically. It handles pointers and pointer coercion equality if necessary.
Syntax
HRESULT Compare(
IModelObject *pLeft,
IModelObject *pRight,
IModelObject **ppResult
);
Parameters
pLeft
A pointer to the IModelObject interface of the first object to be compared.
pRight
A pointer to the IModelObject interface of the second object to be compared.
ppResult
A pointer to a pointer variable that receives the result IModelObject interface. This will contain the result of the comparison.
Return value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
The Compare method is useful for linguistic and semantic comparisons of model-based objects, including checks for pointer and pointer coercion equality.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |