Operator operator <
operator <(PlessVariant, PlessVariant)
Determines whether one specified PlessVariant is less than another specified PlessVariant.
public static bool operator <(PlessVariant d1, PlessVariant d2)
Parameters
d1
PlessVariantThe first object to compare.
d2
PlessVariantThe second object to compare.