Description
Equality and Non Equality are already implemented. But LT, LE, GT and GE needs to be implemented for hexBinary. The Comparison classes exist, but result in a Assert.usageError if operate is called on either of those 4 comparisons.
If we wait till we drop support for Java 8 we can use Arrays.compare() so it should be a trivial change.