M_WolfCurses_Form_Form_1_CompareTo - Maxwolf/WolfCurses GitHub Wiki
Compares the current object with another object of the same type.
Namespace: WolfCurses.Form
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public int CompareTo(
Form<TData> other
)
- other
- Type: WolfCurses.Form.Form(TData)
An object to compare with this object.
Type: Int32
A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the other parameter.Zero This object is equal to other. Greater than zero This object is greater than other.
Supported in: 0.1
Form(TData) Class
CompareTo Overload
WolfCurses.Form Namespace