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
Description
These overloaded operators compare two CTBlob objects.
Return
The operators return true or false, depending on the result of the comparison.