次の方法で共有


MSDeployLogEntryType.Inequality Operator

Definition

Overriding != operator for enum MSDeployLogEntryType

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

Parameters

e1
MSDeployLogEntryType

the value to compare against e2

e2
MSDeployLogEntryType

the value to compare against e1

Returns

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

Applies to