System::Collections::Generic::IComparer::Compare metod
IComparer::Compare method
Comparison function.
virtual int System::Collections::Generic::IComparer<T>::Compare(args_type x, args_type y) const =0
| Parameter | Type | Beskrivning |
|---|---|---|
| x | args_type | Första objektet att jämföra. |
| y | args_type | Andra objektet att jämföra. |
ReturnValue
Negativt värde om x är mindre än y; noll om de är lika; positivt värde om x är större än y.
Se även
- Typedef args_type
- Class IComparer
- Namespace System::Collections::Generic
- Library Aspose.Page for C++