Claim.DefaultComparer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that can compare two Claim objects for equality.
public:
static property System::Collections::Generic::IEqualityComparer<System::IdentityModel::Claims::Claim ^> ^ DefaultComparer { System::Collections::Generic::IEqualityComparer<System::IdentityModel::Claims::Claim ^> ^ get(); };
public static System.Collections.Generic.IEqualityComparer<System.IdentityModel.Claims.Claim> DefaultComparer { get; }
static member DefaultComparer : System.Collections.Generic.IEqualityComparer<System.IdentityModel.Claims.Claim>
Public Shared ReadOnly Property DefaultComparer As IEqualityComparer(Of Claim)
Property Value
A IEqualityComparer<T> interface implementation that compares two Claim objects.
Remarks
Use the value of the DefaultComparer property to match any of the pre-defined claim types.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.