OrchestrationServiceName.Inequality Operator

Definition

Determines if two OrchestrationServiceName values are not the same.

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

Parameters

left
OrchestrationServiceName

The left value to compare.

right
OrchestrationServiceName

The right value to compare.

Returns

Applies to