Share via


DdosSettingsProtectionCoverage.Equality Operator

Definition

Overriding == operator for enum DdosSettingsProtectionCoverage

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

Parameters

e1
DdosSettingsProtectionCoverage

the value to compare against e2

e2
DdosSettingsProtectionCoverage

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to