Bagikan melalui


TokenStatus.Equality(TokenStatus, TokenStatus) Operator

Definition

Overriding == operator for enum TokenStatus

public static bool operator == (Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus e1, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus e2);
static member ( = ) : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus * Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.TokenStatus -> bool
Public Shared Operator == (e1 As TokenStatus, e2 As TokenStatus) As Boolean

Parameters

e1
TokenStatus

the value to compare against e2

e2
TokenStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to