SessionSecurityTokenCacheKey.Equality 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實作 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
參數
要比較的第一個快取索引鍵。
- second
- SessionSecurityTokenCacheKey
要比較的第二個快取索引鍵。
傳回
如果快取索引鍵相等,則為 true
,否則為 false
。
備註
IgnoreKeyGeneration如果 為 true
,則KeyGeneration不會在比較中使用 屬性。