PK_GROUP_contains_entity   


PK_ERROR_code_t     PK_GROUP_contains_entity
(
--- received arguments ---
PK_GROUP_t          group,          --- group
PK_ENTITY_t         entity,         --- entity

--- returned arguments ---
PK_LOGICAL_t *const is_contained    --- is the entity contained in the group ?
)


This function returns whether the given entity is contained in the given group.