次の方法で共有


TBoundProperty<BSTR>.operator!=(TBoundProperty&) (Compact 2013)

3/28/2014

The != overloaded operator determines whether two binary strings, contained in two TBoundProperty<BSTR> objects, are different.

Syntax

bool operator!=(
TBoundProperty & value)

Parameters

  • value
    [in] Pointer to a TBoundProperty<BSTR> object that is the operand on the right in a C++ expression.

Return Value

Returns true if the two strings are lexicographically different. Otherwise, returns false.

Remarks

In a lexicographical comparison, if two strings have a different count of characters or the character values are different, the strings are considered to be different, or unequal to each other.

Requirements

Header

oleauto.h,
XRPropertyBag.h

Library

oleaut32.lib

See Also

Reference

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