Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTBlob.operator <, <=, >, >=, ==, !=

Syntax

bool operator < (CTBlob blob)

bool operator <= (CTBlob blob)

bool operator > (CTBlob blob)

bool operator >= (CTBlob blob)

bool operator == (CTBlob blob)

bool operator != (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 true or false, depending on the result of the comparison.

TOCIndex