Contains
TheContainsmethod returns a Boolean value that indicates whether this platform type list contains the specified element.
ODBoolean Contains (in ODPlatformType type);
type- The element to be tested for inclusion in this list.
- return value
kODTrueif this platform type list contains the specified element, otherwisekODFalse.SEE ALSO
TheODPlatformTypetype (page 919).
TheODPlatformTypeList::AddLastmethod (page 565).
TheODPlatformTypeList::Removemethod (page 568).