PipelineGroupAllowedFormat.Inequality Operator

Definition

Determines if two PipelineGroupAllowedFormat values are not the same.

public static bool operator !=(Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupAllowedFormat left, Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupAllowedFormat right);
static member op_Inequality : 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