Share via


SamlAttributeKeyComparer.AttributeKey.Equals Method

Definition

Overloads

Equals(SamlAttributeKeyComparer+AttributeKey)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Equals(SamlAttributeKeyComparer+AttributeKey)

Indicates whether the current object is equal to another object of the same type.

public bool Equals (Microsoft.IdentityModel.Tokens.Saml.SamlAttributeKeyComparer.AttributeKey other);
override this.Equals : Microsoft.IdentityModel.Tokens.Saml.SamlAttributeKeyComparer.AttributeKey -> bool
Public Function Equals (other As SamlAttributeKeyComparer.AttributeKey) As Boolean

Parameters

other
SamlAttributeKeyComparer.AttributeKey

An object to compare with this object.

Returns

true if the current object is equal to the other parameter; otherwise, false.

Applies to

Equals(Object)

Determines whether the specified object is equal to the current object.

public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Applies to