DocumentIntelligenceLayoutSkillChunkingUnit.Inequality Operator

Definition

Determines if two DocumentIntelligenceLayoutSkillChunkingUnit values are not the same.

public static bool operator !=(Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillChunkingUnit left, Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillChunkingUnit right);
static member op_Inequality : 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