BlueprintTargetScope.Inequality Operator

Definition

Determines if two BlueprintTargetScope values are not the same.

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

Parameters

Returns

Applies to