EnvironmentOperationKind.Inequality Operator

Definition

Overriding != operator for enum EnvironmentOperationKind

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

Parameters

e1
EnvironmentOperationKind

the value to compare against e2

e2
EnvironmentOperationKind

the value to compare against e1

Returns

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

Applies to