CSid::operator <

Compares relative value of two security descriptor objects.

bool operator<( 
   const CSid &lhs, 
   const CSid &rhs 
) throw(   );

Parameters

  • lhs
    The SID (security identifier) or CSid that appears on the left side of the != operator.

  • rhs
    The SID (security identifier) or CSid that appears on the right side of the != operator.

Return Value

true if lhs is less than rhs, otherwise false.

Requirements

Header: atlsecurity.h

See Also

Reference

CSid Class

Other Resources

CSid Members