Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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.
 
 
                                     -♦-