Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTime.operator <, <=, >, >=, ==, !=

Syntax

bool operator < ( CTTime Time)

bool operator <= ( CTTime Time)

bool operator > ( CTTime Time)

bool operator >= ( CTTime Time)

bool operator == ( CTTime Time)

bool operator != ( CTTime Time)

Parameters

  • Time [in] The Time to be compared to this CTTime object.

Description

These overloaded operators make comparisons between the CTTime object and Time.

Return

The operators return true or false, depending on the result of the comparison.

TOCIndex