Sdílet prostřednictvím


DriveState.Inequality(DriveState, DriveState) Operator

Definition

Overriding != operator for enum DriveState

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

Parameters

e1
DriveState

the value to compare against e2

e2
DriveState

the value to compare against e1

Returns

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

Applies to