Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTString::operator<, <=, >, >=, ==, !=

Syntax

CTBOOL operator<(const CTString& str)

CTBOOL operator<=(const CTString& str)

CTBOOL operator>(const CTString& str)

CTBOOL operator>=(const CTString& str)

CTBOOL operator==(const CTString& str)

CTBOOL operator!=(const CTString& str)

Parameters

  • str [in] The string to be compared with the CTString object

Description

Compares the CTString object with str.

Return

Returns YES or NO depending on the result of the comparison.

TOCIndex