Dela via


RedundancyMode.Equality(RedundancyMode, RedundancyMode) Operator

Definition

Overriding == operator for enum RedundancyMode

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

Parameters

e1
RedundancyMode

the value to compare against e2

e2
RedundancyMode

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to