Partilhar via


FeatureSupportStatus.Equality Operator

Definition

Overriding == operator for enum FeatureSupportStatus

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

Parameters

e1
FeatureSupportStatus

the value to compare against e2

e2
FeatureSupportStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to