Checks if the element map with the specified identifier contains the specified element associated with the specified key.
This function returns the same result as the expression:
checkElementsByKey (
elementMapId,
key,
BooleanQuery (element.id == contextElement.id)
)
Parameters:
elementMapId
Note: When the element map with such an identifier does not exist, the generator raises an error.
key
element
When this parameter is null
, the functions returns false
.
Note: The element is identified by its unique identifier (see GOMElement.id
).
true
, if the specified element
has been found by specified key in the map;
false
otherwise.
findElementByKey, putElementByKey(), removeElementByKey()