Interface IComparablePrincipal
Interface for principals that can be compared.
public interface IComparablePrincipal : IPrincipal, IGrantable
- Inherited Members
Remarks
This only needs to be implemented for principals that could potentially be value-equal. Identity-equal principals will be handled correctly by default.
Methods
DedupeString()
Return a string format of this principal which should be identical if the two principals are the same.
string? DedupeString()