Saml2Id.Equals(Object) Method

Definition

Determines whether this instance is equal to the specified object.

C#
public override bool Equals(object obj);

Parameters

obj
Object

The object with which to compare this instance.

Returns

true if the objects are equal; otherwise false.

Remarks

For the objects to be equal, the specified object must be an instance of the Saml2Id class and its Value property must be equal to the Value property of this instance as determined by a string comparison.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1