IsEqual method: ContextData class
Syntax
IsEqual(&object)
Description
Use this method to evaluate the equivalency of an object with the current ContextData object. Equivalency is established based on the value of five properties: recname, fieldname, keyLabel, keyValue, and ctxKey.
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.