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