Compare()
IComparer::Compare(args_type, args_type) const method
Comparison function.
virtual int System::Collections::Generic::IComparer<T>::Compare(args_type x, args_type y) const =0
Arguments
Parameter | Type | Description |
---|---|---|
x | args_type | First object to compare. |
y | args_type | Second object to compare. |
Return Value
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.Slides