GraphRunbookType.Equality(GraphRunbookType, GraphRunbookType) Operator

Definition

Determines if two GraphRunbookType values are the same.

public static bool operator == (Azure.ResourceManager.Automation.Models.GraphRunbookType left, Azure.ResourceManager.Automation.Models.GraphRunbookType right);
static member ( = ) : 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