C++ Overloaded Operators for PropertyType (Compact 7)
3/12/2014
The list below shows the C++ overloaded operators that you can use with an operand of type PropertyType.
- TBoundProperty.operator PropertyType()
- TBoundProperty.bool operator<(PropertyType&)
- TBoundProperty.operator<=(PropertyType&)
- TBoundProperty.operator>(PropertyType&)
- TBoundProperty.bool operator>=(PropertyType&)
- TBoundProperty.operator==(PropertyType&)
- TBoundProperty.operator=(const PropertyType&)
- TBoundProperty.bool operator!=(PropertyType&)
Remarks
For more information about overloaded operators in C++, see Overloaded Operators on MSDN.
See Also
Reference
TBoundProperty<PropertyType>
TBoundPropertyBase.Get
TBoundPropertyBase.Set(const PropertyType&)
C++ Overloaded Operators for TBoundProperty<PropertyType>