GreaterThen()

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

GreaterThen()

OutputVar := instance.GreaterThen(value)

GreaterThen(value)

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

Parameters

value

A MfVersion object to compare.

Returns

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

Throws

Throws MfNullReferenceException if called as a static method.