Partager via


CreateOption.Inequality(CreateOption, CreateOption) Operator

Definition

Overriding != operator for enum CreateOption

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

Parameters

e1
CreateOption

the value to compare against e2

e2
CreateOption

the value to compare against e1

Returns

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

Applies to