Operator for $isSubset methods. See Set$isSubset for full details.
Operators can be used for:
| Name | Description | Operator | 
| Subset | xis a subset ofy | x <= y | 
| Proper Subset | xis a proper subset ofy | x < y | 
| Superset | xis a superset ofy | x >= y | 
| Proper Superset | xis a proper superset ofy | x > y | 
# S3 method for Set
<(x, y)# S3 method for Set
<=(x, y)
# S3 method for Set
>(x, y)
# S3 method for Set
>=(x, y)