Condividi tramite


SupportedRuntimeValue.Inequality Operator

Definition

Overriding != operator for enum SupportedRuntimeValue

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

Parameters

e1
SupportedRuntimeValue

the value to compare against e2

e2
SupportedRuntimeValue

the value to compare against e1

Returns

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

Applies to