wstring::operator== (Windows CE 5.0)

Send Feedback

This operator compares two strings for equality.

inline bool operator==(  const wstring& _L,  const wstring& _R);inline bool operator==(  const wstring& _L,  const wchar_t* _R);inline bool operator==(  const wchar_t* _L,  const wstring& _R);

Parameters

  • _L
    The wstring on the left side of the == operator.
  • _R
    The wstring on the right side of the == operator.

Return Values

Returns TRUE if the strings are the same. Returns FALSE if they are different.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Av_upnp.h.
Link Library: Av_upnp.lib.
C++ Namespace: av_upnp.

See Also

wstring class (UPnP AV)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.