| CaseInsensitiveComparer: Compare |
Returns the comparison between two values.
Public Function Compare( ByRef a As Variant, ByRef b As Variant ) As Long
| Value | Meaning |
|---|---|
| Less than zero | a is less than b, with casing ignored. |
| Zero | a equals b, with casing ignored. |
| Greater than zero | a is greater than b, with casing ignored. |