AgentReinstallBlockedReason.Equality Operator

Definition

Overriding == operator for enum AgentReinstallBlockedReason

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

Parameters

e1
AgentReinstallBlockedReason

the value to compare against e2

e2
AgentReinstallBlockedReason

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to