Freigeben über


SkipShutdown.Equality(SkipShutdown, SkipShutdown) Operator

Definition

Overriding == operator for enum SkipShutdown

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

Parameters

e1
SkipShutdown

the value to compare against e2

e2
SkipShutdown

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to