Dela via


CognitiveServicesBuiltInRole.Inequality Operator

Definition

Determines if two CognitiveServicesBuiltInRole values are different.

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

Parameters

left
CognitiveServicesBuiltInRole

The first CognitiveServicesBuiltInRole to compare.

right
CognitiveServicesBuiltInRole

The second CognitiveServicesBuiltInRole to compare.

Returns

True if left and right are different; otherwise, false.

Applies to