Determines if this Comparer supports the inputs. Do not call compare() if this returns false.
The first value to compare.
The second value to compare.
A lookup key indicating how to interpret value1
or null if no such hint is needed.
A lookup key indicating how to interpret value2
or null if no such hint is needed.
Performs the comparison. It has 3 possible outcomes:
Generated using TypeDoc v0.25.12
IDataTypeComparer for booleans. Booleans have two states, so they have two comparable results, Equal and NotEqual. This class expects both values to be booleans. Without any lookup key specified, it only checks the value types. Otherwise, the LookupKeys must be LookupKey.Boolean.