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