Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.