operator()()
Comparison::operator()(T, T) method
Invokes the invokable object pointed to by the current object.
bool System::Comparison<T>::operator()(T a, T b)
Arguments
Parameter | Type | Description |
---|---|---|
a | T | The first comparand |
b | T | The second comparand |
Return Value
True if a is less than b, otherwise - true
See Also
- Class Comparison
- Namespace System
- Library Aspose.Slides