OrchestrationServiceOperationStatus.Inequality Operator

Definition

Determines if two OrchestrationServiceOperationStatus values are not the same.

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

Parameters

left
OrchestrationServiceOperationStatus

The left value to compare.

right
OrchestrationServiceOperationStatus

The right value to compare.

Returns

Applies to