GraphRunbookType.Inequality(GraphRunbookType, GraphRunbookType) Operator

Definition

Determines if two GraphRunbookType values are not the same.

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

Parameters

Returns

Applies to