Share via


StagingEnvironmentPolicy.Inequality Operator

Definition

Overriding != operator for enum StagingEnvironmentPolicy

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

Parameters

e1
StagingEnvironmentPolicy

the value to compare against e2

e2
StagingEnvironmentPolicy

the value to compare against e1

Returns

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

Applies to