PrivateLinkState.Equality(PrivateLinkState, PrivateLinkState) Operator

Definition

Overriding == operator for enum PrivateLinkState

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

Parameters

e1
PrivateLinkState

the value to compare against e2

e2
PrivateLinkState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to