RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.EqualsValue Constant

EqualsValue indicates that both values are equal in a comparison operation.

Pascal
EqualsValue = 0;
C++
EqualsValue = 0;

Routines such as the CompareValue routine compare two values for equality. They return the result in a TValueRelationship value. If the first value is equal to the second, the value is EqualsValue 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!