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