Share via


SendingMetricsStatus.Inequality Operator

Definition

Overriding != operator for enum SendingMetricsStatus

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

Parameters

e1
SendingMetricsStatus

the value to compare against e2

e2
SendingMetricsStatus

the value to compare against e1

Returns

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

Applies to