TBoundProperty<BSTR>.operator!=(TBoundProperty&) (Compact 7)
3/12/2014
The != overloaded operator determines whether two binary strings, contained in two TBoundProperty<BSTR> objects, are different.
Syntax
bool operator!=(
TBoundProperty & value)
Parameters
- value
[in] Pointer to a TBoundProperty<BSTR> object that is the operand on the right in a C++ expression.
Return Value
Returns true if the two strings are lexicographically different. Otherwise, returns false.
Remarks
In a lexicographical comparison, if two strings have a different count of characters or the character values are different, the strings are considered to be different, or unequal to each other.
Requirements
Header |
oleauto.h, |
Library |
oleaut32.lib |
See Also
Reference
C++ Overloaded Operators for TBoundProperty<BSTR>
TBoundProperty<BSTR>.operator==(TBoundProperty&)
TBoundProperty<BSTR>