Share via


ContentUnderstandingSkillChunkingUnit.Inequality Operator

Definition

Determines if two ContentUnderstandingSkillChunkingUnit values are not the same.

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

Parameters

Returns

Applies to