SessionSecurityTokenCacheKey.Equality(SessionSecurityTokenCacheKey, SessionSecurityTokenCacheKey) Operador
Definição
Implementa o operador de igualdade para a classe SessionSecurityTokenCacheKey.Implements the equality operator for the SessionSecurityTokenCacheKey class.
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
Parâmetros
A primeira chave de cache a ser comparada.The first cache key to compare.
- second
- SessionSecurityTokenCacheKey
A segunda chave de cache a ser comparada.The second cache key to compare.
Retornos
true se as chaves de cache forem iguais; caso contrário, false.true if the cache keys are equal; otherwise, false.
Comentários
Se IgnoreKeyGeneration for true , a KeyGeneration propriedade não será usada na comparação.If the IgnoreKeyGeneration is true, the KeyGeneration property is not used in the comparison.