ResourceMoveState.Equality(ResourceMoveState, ResourceMoveState) Operator

Definition

Overriding == operator for enum ResourceMoveState

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

Parameters

e1
ResourceMoveState

the value to compare against e2

e2
ResourceMoveState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to