CognitiveServicesAgentDeploymentState.Inequality Operator

Definition

Determines if two CognitiveServicesAgentDeploymentState values are not the same.

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

Parameters

left
CognitiveServicesAgentDeploymentState

The left value to compare.

right
CognitiveServicesAgentDeploymentState

The right value to compare.

Returns

Applies to