SamlAttributeKeyComparer Class
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.
Comparison class supporting multi-part keys for a dicitionary
public class SamlAttributeKeyComparer : System.Collections.Generic.IEqualityComparer<Microsoft.IdentityModel.Tokens.Saml.SamlAttributeKeyComparer.AttributeKey>
type SamlAttributeKeyComparer = class
interface IEqualityComparer<SamlAttributeKeyComparer.AttributeKey>
Public Class SamlAttributeKeyComparer
Implements IEqualityComparer(Of SamlAttributeKeyComparer.AttributeKey)
- Inheritance
-
SamlAttributeKeyComparer
- Implements
Constructors
SamlAttributeKeyComparer() |
Methods
Equals(SamlAttributeKeyComparer+AttributeKey, SamlAttributeKeyComparer+AttributeKey) | Determines whether the specified objects are equal. |
GetHashCode(SamlAttributeKeyComparer+AttributeKey) | Returns a hash code for the specified object. |