API Reference > OdDAI Namespace > Classes > FixedLengthString Template > FixedLengthString Operators > FixedLengthString::!= Operator
FixedLengthString::!= Operator
Syntax
C++
bool operator !=(const FixedLengthString & other) const;
Parameters 
Description 
const FixedLengthString & other 
[in] Another fiexed length string value to be compared with (right-hand operand).  

true if the fiexed length string object is not equal to another fiexed length string object; otherwise, the method returns false.

Inequality operator for fiexed length string objects.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.