Description
Checks if two sets are equal
Example
Check if the set of all instances is equal to the set of all instances with status OK.
server[containsall(instance, instance[status = 'OK'])]/name
Syntax
containsall(set1, set2)
Parameters
| Type | Description |
|---|---|
| Set | A set to compare |
| Set | A set to compare |