equals method: DataSourceParameter class
Syntax
equals(&Object)
Description
Use this method to evaluate the equivalency of an object with the current data source parameter. 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 DataSourceParameter object. |
Returns
A Boolean value: True if the items are equivalent, False otherwise.