Share via


PrivateLinkConnectionStatus.Equality Operator

Definition

Overriding == operator for enum PrivateLinkConnectionStatus

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

Parameters

e1
PrivateLinkConnectionStatus

the value to compare against e2

e2
PrivateLinkConnectionStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to