Contains
TheContainsmethod returns a Boolean value that indicates whether this type list contains the specified element.
ODBoolean Contains (in ODType type);
type- The element to be tested for inclusion in this list.
- return value
kODTrueif this type list contains an element equal to the specified element, otherwisekODFalse.SEE ALSO
TheODTypetype (page 876).
TheODTypeList::AddLastmethod (page 798).
TheODTypeList::Removemethod (page 801).