Delen via


SiteRuntimeState.Equality(SiteRuntimeState, SiteRuntimeState) Operator

Definition

Overriding == operator for enum SiteRuntimeState

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

Parameters

e1
SiteRuntimeState

the value to compare against e2

e2
SiteRuntimeState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to