Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTBlob::operator <, <=, >, >=, ==, !=

Syntax

CTBOOL operator < (const CTBlob& blob)

CTBOOL operator <= (const CTBlob& blob)

CTBOOL operator > (const CTBlob& blob)

CTBOOL operator >= (const CTBlob& blob)

CTBOOL operator == (const CTBlob& blob)

CTBOOL operator != (const CTBlob& blob)

Parameters

  • blob [in] The CTBlob object to be compared with this CTBlob object.

Description

These overloaded operators compare two CTBlob objects.

Return

The operators return YES or NO, depending on the result of the comparison.

TOCIndex