共用方式為


SessionSecurityTokenCacheKey.Inequality 運算子

定義

實作 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 op_Inequality : 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

備註

IgnoreKeyGeneration如果 為 true,則KeyGeneration不會在比較中使用 屬性。

適用於