ImageCategory.Inequality(ImageCategory, ImageCategory) Operator

Definition

Determines if two ImageCategory values are not the same.

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

Parameters

Returns

Applies to