equals method: DataSource class
Syntax
equals(&Object)
Description
Use this method to evaluate the equivalency of an object with the current data source. Equivalency is established based on the value of two properties: the object's ID and the ObjectType.
Parameters
| Parameter | Description |
|---|---|
|
&Object |
Specifies the object to be compared to the current DataSource object. |
Returns
A Boolean value: True if the items are equivalent, False otherwise.