Freigeben über


RackDetailedStatus.Inequality(RackDetailedStatus, RackDetailedStatus) Operator

Definition

Overriding != operator for enum RackDetailedStatus

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

Parameters

e1
RackDetailedStatus

the value to compare against e2

e2
RackDetailedStatus

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to