Sdílet prostřednictvím


SessionSecurityTokenCacheKey.Inequality 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 op_Inequality : 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, který se má porovnat.

second
SessionSecurityTokenCacheKey

Druhý klíč mezipaměti, který se má porovnat.

Návraty

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

Poznámky

Pokud je IgnoreKeyGenerationtrue, KeyGeneration vlastnost se v porovnání nepoužije.

Platí pro