Exists
TheExistsmethod returns a Boolean value that indicates whether this name space contains an entry with the specified key.
ODBoolean Exists (in ODISOStr key);
key- The key for the requested entry.
- return value
kODTrueif the key exists within this name space, otherwisekODFalse.