System::Collections::Generic::IComparer::Compare method
IComparer::Compare method
Comparison function.
virtual int System::Collections::Generic::IComparer<T>::Compare(args_type x, args_type y) const =0
Parameter | Type | Description |
---|---|---|
x | args_type | First object to compare. |
y | args_type | Second object to compare. |
ReturnValue
Negative value if x is less than y; zero if they are equal; positive value if x is greater than y.
See Also
- Typedef args_type
- Class IComparer
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++