Freigeben über


RecoveryPlanActionLocation.Equality Operator

Definition

Overriding == operator for enum RecoveryPlanActionLocation

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

Parameters

e1
RecoveryPlanActionLocation

the value to compare against e2

e2
RecoveryPlanActionLocation

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to