IsEqual method: Member class
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.
Related Topics