다음을 통해 공유


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 속성이 비교에 사용 되지 않습니다.

적용 대상