isMemberOf(enm, member);
enm. Enumeration.;
member. Enumeration element to check.
The isMemberOf method checks if element is a member of the specified enumeration.
This method returns True if element is a member of the specified enumeration, otherwise it returns False.
The example of use is given in the with description of the static method PP.getEnumInterfMembers.
See also: