ValidatedLifetime.Equality(ValidatedLifetime, ValidatedLifetime) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.