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
kODTrue
if 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'sContainsCyberItem
method. Typically, a Cyberdog display part callsLogContainsCyberItem
to see whether an item is already in the log before adding the item.Do not subclass this class.
SEE ALSO
TheCyberItem::Compare
method (page 230).
TheCyberLogExtension::ContainsCyberItem
method (page 253).