C++ Overloaded Operators for BSTR (Compact 2013)
3/28/2014
The list below describes the C++ overloaded operators that you can use with an operand that is a BSTR property type contained by a TBoundProperty<BSTR> object.
- TBoundProperty<BSTR>.operator BSTR()
- TBoundProperty<BSTR>.operator<(BSTR)
- TBoundProperty<BSTR>.operator<=(BSTR)
- TBoundProperty<BSTR>.operator>(TBoundProperty&)
- TBoundProperty<BSTR>.operator>=(TBoundProperty&)
- TBoundProperty<BSTR>.operator=(const BSTR)
- TBoundProperty<BSTR>.operator==(TBoundProperty&)
- TBoundProperty<BSTR>.operator!=(TBoundProperty&)
Remarks
For more information about overloaded operators in C++, see Overloaded Operators on MSDN.
See Also
Reference
TBoundProperty<BSTR>
C++ Overloaded Operators for TBoundProperty<BSTR>