ValidatedLifetime.Equals Method

Definition

Overloads

Name Description
Equals(ValidatedLifetime)

Determines whether the specified ValidatedLifetime is equal to the current instance.

Equals(Object)

Determines whether the specified object is equal to the current instance of ValidatedLifetime.

Equals(ValidatedLifetime)

Determines whether the specified ValidatedLifetime is equal to the current instance.

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

Parameters

other
ValidatedLifetime

The ValidatedLifetime to compare with the current instance.

Returns

true if the specified ValidatedLifetime is equal to the current instance; otherwise, false.

Implements

Applies to

Equals(Object)

Determines whether the specified object is equal to the current instance of ValidatedLifetime.

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

Parameters

obj
Object

The object to compare with the current instance.

Returns

true if the specified object is equal to the current instance; otherwise, false.

Applies to