Returns whether this integer 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 IntegerSyntax.
This integer attribute's value and object
's value are
equal.
Returns:
True if
object
is equivalent to this integer
attribute, false otherwise.
Parameters:
-
object - Object to compare to.