Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim a As SecurityTokenCacheKey Dim b As SecurityTokenCacheKey Dim returnValue As Boolean returnValue = (a = b) |
Syntax
Visual Basic |
---|
Public Shared Operator = ( _ a As SecurityTokenCacheKey, _ b As SecurityTokenCacheKey _ ) As Boolean |
C# |
---|
public static bool operator == ( SecurityTokenCacheKey a, SecurityTokenCacheKey b ) |
C++ |
---|
public: static bool operator == ( SecurityTokenCacheKey^ a, SecurityTokenCacheKey^ b ) |
J# |
---|
|
JScript |
---|
|
Parameters
- a
- b
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.