HString::Operator< Operator

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

   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

Reference

HString Class