Share via


SendSubscriptionLogsStatus.Equality Operator

Definition

Overriding == operator for enum SendSubscriptionLogsStatus

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

Parameters

e1
SendSubscriptionLogsStatus

the value to compare against e2

e2
SendSubscriptionLogsStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to