Bagikan melalui


SecretObjectType.Inequality(SecretObjectType, SecretObjectType) Operator

Definition

Overriding != operator for enum SecretObjectType

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

Parameters

e1
SecretObjectType

the value to compare against e2

e2
SecretObjectType

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to