LogicAppWorkflowKind.Inequality Operator

Definition

Determines if two LogicAppWorkflowKind values are not the same.

public static bool operator !=(Azure.ResourceManager.AppContainers.Models.LogicAppWorkflowKind left, Azure.ResourceManager.AppContainers.Models.LogicAppWorkflowKind right);
static member op_Inequality : Azure.ResourceManager.AppContainers.Models.LogicAppWorkflowKind * Azure.ResourceManager.AppContainers.Models.LogicAppWorkflowKind -> bool
Public Shared Operator != (left As LogicAppWorkflowKind, right As LogicAppWorkflowKind) As Boolean

Parameters

left
LogicAppWorkflowKind

The left value to compare.

right
LogicAppWorkflowKind

The right value to compare.

Returns

Applies to