TBoundProperty.operator==(TBoundProperty&) (Compact 2013)
3/28/2014
The == overloaded operator determines whether the value contained in a TBoundProperty<PropertyType> object and a value in another TBoundProperty<PropertyType> object are equal to each other in a C++ expression.
Syntax
bool operator==(
TBoundProperty & value)
Parameters
- value
[in] Pointer to a TBoundProperty<PropertyType> object that is the operand on the right in a C++ expression.
Return Value
Returns true if the values of the operand on the left and the operand on the right are equal. Otherwise, returns false.
Remarks
For more information about using equality operators, see C++ Relational and Equality Operators.
Requirements
Header |
XRPropertyBag.h |
See Also
Reference
C++ Overloaded Operators for TBoundProperty<PropertyType>
TBoundProperty.operator!=(TBoundProperty& value)
TBoundProperty<PropertyType>