TBoundProperty<BSTR>.operator==(TBoundProperty&) (Compact 7)
3/12/2014
The == overloaded operator determines whether two binary strings, contained in two TBoundProperty<BSTR> objects, are equal to each other.
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 operand on the left and the operand on the right are lexicographically equal to each other. Otherwise, returns false.
Remarks
In a lexicographical comparison, if two strings have an identical count of characters and the character values are identical, the strings are considered to be equal.
Requirements
Header |
oleauto.h, |
Library |
oleaut32.lib |
See Also
Reference
C++ Overloaded Operators for TBoundProperty<BSTR>
TBoundProperty<BSTR>.operator!=(TBoundProperty&)
TBoundProperty<BSTR>