ValidationThresholdGrouping.Inequality Operator

Definition

Determines if two ValidationThresholdGrouping values are not the same.

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

Parameters

left
ValidationThresholdGrouping

The left value to compare.

right
ValidationThresholdGrouping

The right value to compare.

Returns

Applies to