StringDictionarySorterCompare - метод
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Пространство имён: Tessa.UI.Cards.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public int Compare(
IDictionary<string, Object?>? lhv,
IDictionary<string, Object?>? rhv
)
Public Function Compare (
lhv As IDictionary(Of String, Object),
rhv As IDictionary(Of String, Object)
) As Integer
public:
virtual int Compare(
IDictionary<String^, Object^>^ lhv,
IDictionary<String^, Object^>^ rhv
) sealed
abstract Compare :
lhv : IDictionary<string, Object> *
rhv : IDictionary<string, Object> -> int
override Compare :
lhv : IDictionary<string, Object> *
rhv : IDictionary<string, Object> -> int
- lhv IDictionaryString, Object
-
- rhv IDictionaryString, Object
-
Int32A signed integer that indicates the relative values of
x and
y, as shown in the following table.
| Value | Meaning |
|---|
| Less than zero | x is less than y. |
| Zero | x equals y. |
| Greater than zero | x is greater than y. |
IComparerTCompare(T, T)