Overrides MfObject.CompareTo()
OutputVar := instance.CompareTo(obj)
Compares this instance to a specified MfBool object.
obj
A MfBool object to compare.
Returns A number indicating the position of this instance in the sort order in relation to the value parameter. Return Value Description Less than zero This instance precedes obj value. Zero This instance has the same position in the sort order as value. Greater than zero This instance follows
Compares this instance to a specified MfBool object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified MfBool object.
Throws MfNullReferenceException if called as a static method.
Throws MfArgumentException if obj is not instance of MfBool.