Returns whether this number of documents attribute is equivalent to the
passed in object. To be equivalent, all of the following conditions
must be true:
object
is not null.
object
is an instance of class NumberOfDocuments.
This number of documents attribute's value and object
's
value are equal.
Returns:
True if
object
is equivalent to this number of
documents attribute, false otherwise.
Parameters:
-
object - Object to compare to.