Delen via


FeatureDetailedStatus.Equality Operator

Definition

Overriding == operator for enum FeatureDetailedStatus

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

Parameters

e1
FeatureDetailedStatus

the value to compare against e2

e2
FeatureDetailedStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to