OrchestrationMode.Inequality(OrchestrationMode, OrchestrationMode) Operator

Definition

Determines if two OrchestrationMode values are not the same.

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

Parameters

left
OrchestrationMode

The left value to compare.

right
OrchestrationMode

The right value to compare.

Returns

Applies to