operator == (ATL)
Compares CSid objects or SID (security identifier) structures for equality.
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 objects are equal, false if they are not equal.
Requirements
Header: atlsecurity.h