SessionSecurityTokenCacheKey.Equality 运算符

定义

实现 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

参数

first
SessionSecurityTokenCacheKey

要比较的第一个缓存键。

second
SessionSecurityTokenCacheKey

要比较的第二个缓存键。

返回

如果缓存键相等,则为 true;否则为 false

注解

如果 为 IgnoreKeyGenerationtrue,则 KeyGeneration 不会在比较中使用 属性。

适用于