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