VariantN.opCmp

int opCmp(ref const VariantN rhs) const
No 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.