operator == (ATL)

 

Compares CSid objects or SID (security identifier) structures for equality.

Syntax

      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

See Also

ATL Operators Alphabetical Reference
operator != (ATL)