ApplicationViewModelCompareTo(ApplicationViewModel) - метод
Compares the current object with another object of the same type.
Пространство имён: Tessa.UI.AppManager.CatalogServiceСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public int CompareTo(
ApplicationViewModel other
)
Public Function CompareTo (
other As ApplicationViewModel
) As Integer
public:
virtual int CompareTo(
ApplicationViewModel^ other
) sealed
abstract CompareTo :
other : ApplicationViewModel -> int
override CompareTo :
other : ApplicationViewModel -> int
- other ApplicationViewModel
-
An object to compare with this object.
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.
IComparableTCompareTo(T)