Share via


ContentType.Inequality(ContentType, ContentType) Operator

Definition

Overriding != operator for enum ContentType

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

Parameters

e1
ContentType

the value to compare against e2

e2
ContentType

the value to compare against e1

Returns

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

Applies to