运算符(== ATL)
比较 CSid 对象或 SID (安全标识符)结构相等的。
bool operator ==(
const CSid & lhs,
const CSid & rhs,
) throw();
参数
lhs
比较的第一 CSid 对象或 SID 结构。rhs
比较的第二 CSid 对象或 SID 结构。
返回值
返回 true,如果对象相同,false,如果它们不相等。
要求
Header: atlsecurity.h
比较 CSid 对象或 SID (安全标识符)结构相等的。
bool operator ==(
const CSid & lhs,
const CSid & rhs,
) throw();
lhs
比较的第一 CSid 对象或 SID 结构。
rhs
比较的第二 CSid 对象或 SID 结构。
返回 true,如果对象相同,false,如果它们不相等。
Header: atlsecurity.h