SessionSecurityTokenCacheKey.Equality 运算符
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实现 SessionSecurityTokenCacheKey 类的相等运算符。
public:
static bool operator ==(System::IdentityModel::Tokens::SessionSecurityTokenCacheKey ^ first, System::IdentityModel::Tokens::SessionSecurityTokenCacheKey ^ second);
public static bool operator == (System.IdentityModel.Tokens.SessionSecurityTokenCacheKey first, System.IdentityModel.Tokens.SessionSecurityTokenCacheKey second);
static member ( = ) : System.IdentityModel.Tokens.SessionSecurityTokenCacheKey * System.IdentityModel.Tokens.SessionSecurityTokenCacheKey -> bool
Public Shared Operator == (first As SessionSecurityTokenCacheKey, second As SessionSecurityTokenCacheKey) As Boolean
参数
要比较的第一个缓存键。
- second
- SessionSecurityTokenCacheKey
要比较的第二个缓存键。
返回
如果缓存键相等,则为 true
;否则为 false
。
注解
如果 为 IgnoreKeyGenerationtrue
,则 KeyGeneration 不会在比较中使用 属性。