Bagikan melalui


Variant.Equality(Variant, Variant) Operator

Definition

Overriding == operator for enum Variant

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

Parameters

e1
Variant

the value to compare against e2

e2
Variant

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to