Share via


CatalogConnectionState.Equality Operator

Definition

Overriding == operator for enum CatalogConnectionState

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

Parameters

e1
CatalogConnectionState

the value to compare against e2

e2
CatalogConnectionState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to