M_WolfCurses_Form_Form_1_CompareTo - Maxwolf/WolfCurses GitHub Wiki

Form(TData).CompareTo Method (Form(TData))

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)

Syntax

C#

public int CompareTo(
	Form<TData> other
)

Parameters

 

other
Type: WolfCurses.Form.Form(TData)
An object to compare with this object.

Return Value

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.

Implements

IComparable(T).CompareTo(T)

Version Information

Wolf Curses

Supported in: 0.1

See Also

Reference

Form(TData) Class
CompareTo Overload
WolfCurses.Form Namespace

⚠️ **GitHub.com Fallback** ⚠️