Share via


ImageValidationStatus.Inequality Operator

Definition

Overriding != operator for enum ImageValidationStatus

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

Parameters

e1
ImageValidationStatus

the value to compare against e2

e2
ImageValidationStatus

the value to compare against e1

Returns

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

Applies to