DocumentIntelligenceLayoutSkillChunkingUnit.Equality Operator

Definition

Determines if two DocumentIntelligenceLayoutSkillChunkingUnit values are the same.

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

Parameters

left
DocumentIntelligenceLayoutSkillChunkingUnit

The left value to compare.

right
DocumentIntelligenceLayoutSkillChunkingUnit

The right value to compare.

Returns

Applies to