Condividi tramite


DocumentTableCellKind.Inequality Operator

Definition

Determines if two DocumentTableCellKind values are not the same.

public static bool operator !=(Azure.AI.ContentUnderstanding.DocumentTableCellKind left, Azure.AI.ContentUnderstanding.DocumentTableCellKind right);
static member op_Inequality : Azure.AI.ContentUnderstanding.DocumentTableCellKind * Azure.AI.ContentUnderstanding.DocumentTableCellKind -> bool
Public Shared Operator != (left As DocumentTableCellKind, right As DocumentTableCellKind) As Boolean

Parameters

left
DocumentTableCellKind

The left value to compare.

right
DocumentTableCellKind

The right value to compare.

Returns

Applies to