Delen via


ProtectionState.Equality(ProtectionState, ProtectionState) Operator

Definition

Overriding == operator for enum ProtectionState

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

Parameters

e1
ProtectionState

the value to compare against e2

e2
ProtectionState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to