GreaterThenOrEqual()

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

GreaterThenOrEqual()

OutputVar := instance.GreaterThenOrEqual(value)

GreaterThenOrEqual(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 greater or equal value then the value instance; Otherwise false.

Throws

Throws MfNullReferenceException if called as a static method.