Check whether this obey to caps.
Optionally provide the options that match (respectively don't match) caps in supported_options (respectively
unsupported_options). This would typically (but not necessarily) be used with a
OperationOptions instance that was created with null
caps.
| this |
a OperationOptions instance |
| caps |
capabilities against which we want to test this |
| supported_options |
if not null, will contain a newly-allocated
OperationOptions instance containing all the values of this that match |
| unsupported_options |
if not null, will contain a newly-allocated
OperationOptions instance containing all the values of this that do not match |
|
true if this obey to |