operator <= (ATL)
Tests if the CSid object or SID structure on the left side of the operator is less than or equal to the CSid object or SID structure on the right side (for STL compatibility).
bool operator <(
const CSid & lhs,
const CSid & rhs,
) throw();
Parameters
lhs
The first CSid object or SID structure to compare.rhs
The second CSid object or SID structure to compare.
Return Value
Returns true if the address of the lhs is less than or equal to the address of the rhs, false otherwise.
Remarks
This operator acts on the address of the CSid object or SID structure, and is implemented to provide compatibility with STL collection classes.
Requirements
Header: atlsecurity.h