Partager via


ClusterType.Equality(ClusterType, ClusterType) Operator

Definition

Overriding == operator for enum ClusterType

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

Parameters

e1
ClusterType

the value to compare against e2

e2
ClusterType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to