Dela via


PublishingProfileFormat.Inequality Operator

Definition

Overriding != operator for enum PublishingProfileFormat

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

Parameters

e1
PublishingProfileFormat

the value to compare against e2

e2
PublishingProfileFormat

the value to compare against e1

Returns

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

Applies to