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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.