StageStatus.Inequality(StageStatus, StageStatus) Operator

Definition

Overriding != operator for enum StageStatus

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

Parameters

e1
StageStatus

the value to compare against e2

e2
StageStatus

the value to compare against e1

Returns

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

Applies to