This method of the PrintingPermission Class compares the PrintingPermission instance with another permission object.
public int compareSet(Object other);
Returns EQUAL if the other object is an instance of the PrintingPermission class.
other | The permission object that the PrintingPermission instance is compared with. This parameter must be an instance of the PrintingPermission class. |
IllegalArgumentException if the specified Object is not an instance of the PrintingPermission class.