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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.