Operator operator <=
operator <=(PlessVariant, PlessVariant)
Determines whether one specified PlessVariant is less or equal to another specified PlessVariant.
public static bool operator <=(PlessVariant d1, PlessVariant d2)Parameters
- d1PlessVariant
- The first object to compare. 
- d2PlessVariant
- The second object to compare.