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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.