Share via


DescriptionType.Inequality(DescriptionType, DescriptionType) Operator

Definition

Overriding != operator for enum DescriptionType

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

Parameters

e1
DescriptionType

the value to compare against e2

e2
DescriptionType

the value to compare against e1

Returns

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

Applies to