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