Namespace: Rx – Class: CRxString – Header: Rx.Core/RxString.h

CRxString::operator< Operator

C++
bool operator<(const CRxString& sxString)

Less-than comparison operator.

Parameters

[const CRxString&] sxString

The string to compare with.

Returns

bool

True if the first parameter is less than the second.