RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.opCmpEQ Constant

opCmpEQ defines an equality comparison operator.

Pascal
opCmpEQ = 14;
C++
opCmpEQ = 14;

System

opCmpEQ is one of the opCmp* comparison values that TVarOp may be set to when performing left/right operand comparisons, such as CompareOp.  

opCmpEQ represents a comparison that two operands are equal in value. 

 

CompareOp 

CompareOp 

TVarOp

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!