Sdílet prostřednictvím


SessionSecurityTokenCacheKey.Equality Operátor

Definice

Implementuje operátor rovnosti pro SessionSecurityTokenCacheKey třídu .

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

Parametry

first
SessionSecurityTokenCacheKey

První klíč mezipaměti k porovnání.

second
SessionSecurityTokenCacheKey

Druhý klíč mezipaměti k porovnání.

Návraty

truepokud jsou klíče mezipaměti stejné; v opačném případě . false

Poznámky

Pokud je IgnoreKeyGenerationtrue, KeyGeneration vlastnost se při porovnání nepoužije.

Platí pro