2.2.7.5.1 omap::Contains

Contents

Description

Check whether a key is in the map

Syntax

BOOL Contains( _TemplType key )

Parameters

key
[input] The key to be checked if in the map

Return

Returns TRUE if key is found, otherwise FALSE.


Examples

Remark

See Also

Header to Included