Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
COleClientItem::IsEqual
COleClientItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
 
  BOOL IsEqual( COleClientItem* pObject );
 
  Parameter   Description
 
  <pObject>   A pointer to an OLE item object that is to be compared with
              this item.
 
  Remarks
 
  Compares this item with a specified item. Embedded items are equal if
  their OLE class name, OLE item name, and native data are identical.
  Linked items are equal if their OLE class name, OLE item name, and
  document name are identical.
 
  Return Value
 
  TRUE if the items are equal; otherwise FALSE.
 
 
                                     -♦-