ContentAnalyzerWorkflow.Equality Operator

Definition

Determines if two ContentAnalyzerWorkflow values are the same.

public static bool operator ==(Azure.AI.ContentUnderstanding.ContentAnalyzerWorkflow left, Azure.AI.ContentUnderstanding.ContentAnalyzerWorkflow right);
static member ( = ) : Azure.AI.ContentUnderstanding.ContentAnalyzerWorkflow * Azure.AI.ContentUnderstanding.ContentAnalyzerWorkflow -> bool
Public Shared Operator == (left As ContentAnalyzerWorkflow, right As ContentAnalyzerWorkflow) As Boolean

Parameters

left
ContentAnalyzerWorkflow

The left value to compare.

right
ContentAnalyzerWorkflow

The right value to compare.

Returns

Applies to