System::Globalization::SortKey::Compare yöntemi
SortKey::Compare method
İki sıralama anahtarını karşılaştırır.
static int System::Globalization::SortKey::Compare(const SortKeyPtr &sortkey1, const SortKeyPtr &sortkey2)
| Parametre | Tür | Açıklama |
|---|---|---|
| sortkey1 | const SortKeyPtr& | İlk sıralama anahtarı. |
| sortkey2 | const SortKeyPtr& | İkinci sıralama anahtarı. |
ReturnValue
-1 if sortkey1 is less then sortkey2, 1 - if sortkey1 is greater then sortkey2, 0 - if sortkey1 is equal to sortkey2.
Ayrıca Bakınız
- Typedef SortKeyPtr
- Class SortKey
- Namespace System::Globalization
- Library Aspose.Font for C++