GraphRunbookType.Equality(GraphRunbookType, GraphRunbookType) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- left
- GraphRunbookType
- right
- GraphRunbookType