DocumentIntelligenceLayoutSkillExtractionOptions.Equality Operator

Definition

Determines if two DocumentIntelligenceLayoutSkillExtractionOptions values are the same.

public static bool operator ==(Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillExtractionOptions left, Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillExtractionOptions right);
static member ( = ) : Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillExtractionOptions * Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillExtractionOptions -> bool
Public Shared Operator == (left As DocumentIntelligenceLayoutSkillExtractionOptions, right As DocumentIntelligenceLayoutSkillExtractionOptions) As Boolean

Parameters

left
DocumentIntelligenceLayoutSkillExtractionOptions

The left value to compare.

right
DocumentIntelligenceLayoutSkillExtractionOptions

The right value to compare.

Returns

Applies to