次の方法で共有


LogLevel.Equality(LogLevel, LogLevel) Operator

Definition

Overriding == operator for enum LogLevel

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

Parameters

e1
LogLevel

the value to compare against e2

e2
LogLevel

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to