C++ Overloaded Operators for TBoundProperty<PropertyType> (Compact 2013)
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.