PipelineGroupAllowedFormat.Equality Operator

Definition

Determines if two PipelineGroupAllowedFormat values are the same.

public static bool operator ==(Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupAllowedFormat left, Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupAllowedFormat right);
static member ( = ) : Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupAllowedFormat * Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupAllowedFormat -> bool
Public Shared Operator == (left As PipelineGroupAllowedFormat, right As PipelineGroupAllowedFormat) As Boolean

Parameters

left
PipelineGroupAllowedFormat

The left value to compare.

right
PipelineGroupAllowedFormat

The right value to compare.

Returns

Applies to