ZoneRedundancy.Equality(ZoneRedundancy, ZoneRedundancy) Operator

Definition

Overriding == operator for enum ZoneRedundancy

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

Parameters

e1
ZoneRedundancy

the value to compare against e2

e2
ZoneRedundancy

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to