TextCategory.Equality(TextCategory, TextCategory) Operator

Definition

Determines if two TextCategory values are the same.

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

Parameters

right
TextCategory

Returns

Applies to