 | PropertyPathCompareTo(PropertyPath) - метод |
Сравнивает путь к реквизиту с другим путем к реквизиту.
Пространство имён:
FinistSoft.Objects
Сборка:
Engine (в Engine.dll) Версия: 1.0.0
Синтаксисpublic int CompareTo(
PropertyPath propertyPath
)
Public Function CompareTo (
propertyPath As PropertyPath
) As Integer
Dim instance As PropertyPath
Dim propertyPath As PropertyPath
Dim returnValue As Integer
returnValue = instance.CompareTo(propertyPath)
public final function CompareTo(
propertyPath : PropertyPath
) : int
Параметры
- propertyPath
- Тип: FinistSoft.ObjectsPropertyPath
Путь к реквизиту для сравнения с данным экземпляром.
Возвращаемое значение
Тип:
Int32Значение, указывающее, каков относительный порядок сравниваемых объектов
Реализации
IComparableTCompareTo(T)
См. также