다음을 통해 공유


AuditLogStatus.Inequality(AuditLogStatus, AuditLogStatus) Operator

Definition

Overriding != operator for enum AuditLogStatus

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

Parameters

e1
AuditLogStatus

the value to compare against e2

e2
AuditLogStatus

the value to compare against e1

Returns

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

Applies to