Freigeben über


ProtectionHealth.Equality(ProtectionHealth, ProtectionHealth) Operator

Definition

Overriding == operator for enum ProtectionHealth

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

Parameters

e1
ProtectionHealth

the value to compare against e2

e2
ProtectionHealth

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to