Share via


TBoundProperty.operator<(TBoundProperty&) (Compact 2013)

3/28/2014

The < overloaded operator determines whether the value contained in a TBoundProperty<PropertyType> object is less than a value in another TBoundProperty<PropertyType> object in a C++ expression.

Syntax

bool operator<(
TBoundProperty & value)

Parameters

Return Value

Returns true if the operand on the left is less than the operand on the right. Otherwise, returns false.

Remarks

C++ expressions are sequences of operators and operands that are used to compute values or designate objects.

For more information about using relational operators, see C++ Relational and Equality Operators.

Requirements

Header

XRPropertyBag.h

See Also

Reference

C++ Overloaded Operators for TBoundProperty<PropertyType>
TBoundProperty.bool operator<=(TBoundProperty&)
TBoundProperty<PropertyType>