VariantN.opCmp
int opCmp(ref const VariantN rhs) constNo documentation available for this declaration.
int opCmp(T)(T rhs) if (allowed!T)Ordering comparison used by the "<", "<=", ">", and ">=" operators. In case comparison is not sensible between the held value and rhs, an exception is thrown.