CompareTo()

Namespace ›› System ›› MfChar ›› Methods ››
Parent Previous Next

CompareTo()

Overrides MfObject.CompareTo

OutputVar := instance.CompareTo(obj)

CompareTo(obj)

Compares this instance to a specified MfChar object.

Parameters

obj

A MfChar object to compare.

Returns

Returns A number indicating the position of this instance in the sort order in relation to the value parameter. Return obj  Less than zero This instance precedes obj value. Zero This instance has the same position in the sort order as obj. Greater than zero This instance follows obj.

Throws

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

Remarks

Compares this instance to a specified MfChar object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified MfChar object.