Share via


SamlAttributeKeyComparer Class

Definition

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.

Applies to