LessThen()

Namespace ›› System ›› MfVersion ›› Methods ››
Parent Previous Next

LessThen()

OutputVar := instance.LessThen(value)

LessThen(value)

Compares the current MfVersion object to a specified MfVersion object and returns an indication of their relative values.

Parameters

value

A MfVersion object to compare.

Returns

Returns true if the current instance has less value then the value instance; Otherwise false.

Throws

Throws MfNullReferenceException if called as a static method.