bool IsEqualObject( IUnknown* pOther );
Return value
Returns TRUE if the two objects are equal; otherwise, FALSE.
Parameters
pOther
[in] Pointer to the other object.
Remarks
Compares the two objects for equivalence. This method performs IUnknown comparisons.