ClusterPattern.Inequality(ClusterPattern, ClusterPattern) Operator

Definition

Determines if two ClusterPattern values are not the same.

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

Parameters

left
ClusterPattern

The left value to compare.

right
ClusterPattern

The right value to compare.

Returns

Applies to