Condividi tramite


ValidatedLifetime.Equality(ValidatedLifetime, ValidatedLifetime) Operator

Definition

Equality comparison operator for ValidatedLifetime.

public static bool operator ==(Microsoft.IdentityModel.Tokens.Experimental.ValidatedLifetime left, Microsoft.IdentityModel.Tokens.Experimental.ValidatedLifetime right);
static member ( = ) : Microsoft.IdentityModel.Tokens.Experimental.ValidatedLifetime * Microsoft.IdentityModel.Tokens.Experimental.ValidatedLifetime -> bool
Public Shared Operator == (left As ValidatedLifetime, right As ValidatedLifetime) As Boolean

Parameters

left
ValidatedLifetime

The left value to compare.

right
ValidatedLifetime

The right value to compare.

Returns

A boolean indicating whether the left value is equal to the right one.

Applies to