Share via


InstallAzureMonitorAgentEnableStatus.Equality Operator

Definition

Overriding == operator for enum InstallAzureMonitorAgentEnableStatus

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

Parameters

e1
InstallAzureMonitorAgentEnableStatus

the value to compare against e2

e2
InstallAzureMonitorAgentEnableStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to