ATL Operators Alphabetical Reference

This section contains the reference topics for the ATL global operators.

Operator

Description

operator ==

Compares two CSid objects or SID structures for equality.

operator !=

Compares two CSid objects or SID structures for inequality.

operator <

Tests if the CSid object or SID structure on the left side of the operator is less than the CSid object or SID structure on the right side (for STL compatibility).

operator >

Tests if the CSid object or SID structure on the left side of the operator is greater than the CSid object or SID structure on the right side (for STL compatibility).

operator <=

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).

operator >=

Tests if the CSid object or SID structure on the left side of the operator is greater than or equal to the CSid object or SID structure on the right side (for STL compatibility).

These operators are all defined in the file atlsecurity.h.