PP.isMemberOf

Syntax

isMemberOf(enm, member);

Parameters

enm. Enumeration.;

member. Enumeration element to check.

Description

The isMemberOf method checks if element is a member of the specified enumeration.

Comments

This method returns True if element is a member of the specified enumeration, otherwise it returns False.

Example

The example of use is given in the with description of the static method PP.getEnumInterfMembers.

See also:

PP