ContentUnderstandingSkillChunkingMethod.Equality Operator

Definition

Determines if two ContentUnderstandingSkillChunkingMethod values are the same.

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

Parameters

left
ContentUnderstandingSkillChunkingMethod

The left value to compare.

right
ContentUnderstandingSkillChunkingMethod

The right value to compare.

Returns

Applies to