Share via


ContentFormat.Inequality(ContentFormat, ContentFormat) Operator

Definition

Determines if two ContentFormat values are not the same.

public static bool operator != (Azure.ResourceManager.ApiManagement.Models.ContentFormat left, Azure.ResourceManager.ApiManagement.Models.ContentFormat right);
static member op_Inequality : Azure.ResourceManager.ApiManagement.Models.ContentFormat * Azure.ResourceManager.ApiManagement.Models.ContentFormat -> bool
Public Shared Operator != (left As ContentFormat, right As ContentFormat) As Boolean

Parameters

Returns

Applies to