ContentFormat.Equality(ContentFormat, ContentFormat) Operator

Definition

Determines if two ContentFormat values are the same.

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

Parameters

Returns

Applies to