ShellPageViewModelCompareTo(ShellPageViewModel) - метод |
Compares the current object with another object of the same type.
Пространство имён:
Tessa.UI.AppManager
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public int CompareTo(
ShellPageViewModel other
)
Public Function CompareTo (
other As ShellPageViewModel
) As Integer
public:
virtual int CompareTo(
ShellPageViewModel^ other
) sealed
abstract CompareTo :
other : ShellPageViewModel -> int
override CompareTo :
other : ShellPageViewModel -> int
Параметры
- other
- Тип: Tessa.UI.AppManagerShellPageViewModel
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)См. также