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 shows the C++ overloaded operators that you can use with an operand that is a TBoundProperty<PropertyType> object instance.
- TBoundProperty.operator&()
- TBoundProperty.operator<(TBoundProperty&)
- TBoundProperty.bool operator<=(TBoundProperty&)
- TBoundProperty.operator>(TBoundProperty&)
- TBoundProperty.bool operator>=(TBoundProperty&)
- TBoundProperty.operator==(TBoundProperty&)
- TBoundProperty.operator!=(TBoundProperty& value)
Remarks
For more information about overloaded operators in C++, see Overloaded Operators on MSDN.