OutputVar := instance.LessThenOrEqual(value)
Compares the current MfVersion object to a specified MfVersion object and returns an indication of their relative values.
value
A MfVersion object to compare.
Returns true if the current instance has less or equal value then the value instance; Otherwise false.
Throws MfNullReferenceException if called as a static method.