OrchestrationServiceState.Equality Operator

Definition

Determines if two OrchestrationServiceState values are the same.

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

Parameters

left
OrchestrationServiceState

The left value to compare.

right
OrchestrationServiceState

The right value to compare.

Returns

Applies to