TBoundProperty.operator==(PropertyType&) (Compact 7)
3/12/2014
The == overloaded operator determines whether a value contained in a TBoundProperty<PropertyType> object is equal to 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 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 PropertyType
TBoundProperty.bool operator!=(PropertyType&)
TBoundProperty<PropertyType>