TBoundProperty.bool operator<(PropertyType&) (Compact 2013)
3/28/2014
The < overloaded operator determines whether the value contained in the TBoundProperty<PropertyType> object is less than another PropertyType value in a C++ expression.
Syntax
bool operator<(
PropertyType & value)
Parameters
- value
[in] Pointer to a PropertyType value that is the operand on the right in a C++ expression.
Return Value
Returns true if the value of the operand on the left is less than the value of the operand on the right. Otherwise, returns false.
Requirements
Header |
XRPropertyBag.h |
See Also
Reference
C++ Overloaded Operators for PropertyType
TBoundProperty.operator<=(PropertyType&)
TBoundProperty<PropertyType>