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

left
ContentUnderstandingSkillChunkingUnit

The left value to compare.

right
ContentUnderstandingSkillChunkingUnit

The right value to compare.

Returns

Applies to