Share via


AgentStatus.Inequality(AgentStatus, AgentStatus) Operator

Definition

Overriding != operator for enum AgentStatus

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

Parameters

e1
AgentStatus

the value to compare against e2

e2
AgentStatus

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to