Share via


PrivateLinkServiceConnectionStateStatus.Equality Operator

Definition

Overriding == operator for enum PrivateLinkServiceConnectionStateStatus

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

Parameters

e1
PrivateLinkServiceConnectionStateStatus

the value to compare against e2

e2
PrivateLinkServiceConnectionStateStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to