다음을 통해 공유


ReverseTransportPreferenceEditStatus.Inequality Operator

Definition

Overriding != operator for enum ReverseTransportPreferenceEditStatus

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

Parameters

e1
ReverseTransportPreferenceEditStatus

the value to compare against e2

e2
ReverseTransportPreferenceEditStatus

the value to compare against e1

Returns

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

Applies to