Member Class Methods
In this section, the Member class methods are presented in alphabetical order.
Syntax
IsEqual(&object)
Description
Use this method to evaluate the equivalency of an object with the current member. Equivalency is established based on the value of two properties: the object's Name and the Type.
Parameters
Parameter  | 
Description  | 
|---|---|
&object  | 
 Specifies the object to be compared as a PTAI_COLLECTION:Collectable object.  | 
Returns
A Boolean value: True if the objects are equivalent, False otherwise.
Syntax
Member(name, type)
Description
Use this constructor method to initialize a Member object with the specified name and type.
Parameters
Parameter  | 
Description  | 
|---|---|
name  | 
 Specifies the participant’s name as a string value.  | 
type  | 
 Specifies the participant type (role or user) as a string value.  | 
Returns
None.