Share via


RecoveryPlanActionLocation.Inequality 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 op_Inequality : 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 not equal to the same value

Applies to