FormatType.Equality(FormatType, FormatType) Operator

Definition

Determines if two FormatType values are the same.

public static bool operator == (Azure.ResourceManager.CustomerInsights.Models.FormatType left, Azure.ResourceManager.CustomerInsights.Models.FormatType right);
static member ( = ) : 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