Share via


SendingLogsStatus.Equality(SendingLogsStatus, SendingLogsStatus) Operator

Definition

Overriding == operator for enum SendingLogsStatus

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

Parameters

e1
SendingLogsStatus

the value to compare against e2

e2
SendingLogsStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to