FormatType.Inequality(FormatType, FormatType) Operator

Definition

Determines if two FormatType values are not the same.

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

Parameters

left
FormatType
right
FormatType

Returns

Applies to