Important: The information in this document is obsolete and should not be used for new development.
LogContainsCyberItem
Tests whether a particular Cyberdog item is in the log.
ODBoolean LogContainsCyberItem (in CyberItem item);
item- The Cyberdog item for this operation.
- return value
kODTrueif the log contains an equivalent Cyberdog item; otherwise,kODFalse.DISCUSSION
You call this method to determine whether a particular Cyberdog item is in the log. This method calls the log extension'sContainsCyberItemmethod. Typically, a Cyberdog display part callsLogContainsCyberItemto see whether an item is already in the log before adding the item.Do not subclass this class.
SEE ALSO
TheCyberItem::Comparemethod (page 230).
TheCyberLogExtension::ContainsCyberItemmethod (page 253).