CompareTo()

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

CompareTo()

OutputVar := instance.CompareTo(value)

CompareTo(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 integer var that indicates the relative values of the two MfVersion objects.

Throws

Throws MfNullReferenceException if called as a static method
Throws MfArgumentException if value is not an instance of MfVersion.