API Reference > Auxiliary Classes > AECCSmartString Class > AECCSmartString Operators > AECCSmartString::== Operator
AECCSmartString::== Operator
Syntax
C++
bool operator ==(const AECCSmartString& cValue) const;
Parameters 
Description 
const AECCSmartString& cValue 
[in] Smart string object to be compared with this object. 

True if compared smart string objects correspond each other; false otherwise.

Comparison operator for objects of the AECCSmartString class. 

 

Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.