HString::Operator< Operator

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at HString::Operator< Operator.

Indicates whether the first parameter is less than the second parameter.

Syntax

  
inline bool operator<(  
    const HString& lhs,   
    const HString& rhs) throw()  
  

Parameters

lhs
The first parameter to compare. lhs can be a reference to an HString.

rhs
The second parameter to compare. rhs can be a reference to an HString.

Return Value

true if the lhs parameter is less than the rhs parameter; otherwise, false.

Requirements

Header: corewrappers.h

Namespace: Microsoft::WRL::Wrappers

See Also

HString Class