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