Delen via


KubernetesClusterFeatureDetailedStatus.Equality Operator

Definition

Overriding == operator for enum KubernetesClusterFeatureDetailedStatus

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

Parameters

e1
KubernetesClusterFeatureDetailedStatus

the value to compare against e2

e2
KubernetesClusterFeatureDetailedStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to