CommandState.Equality(CommandState, CommandState) Operator

Definition

Determines if two CommandState values are the same.

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

Parameters

right
CommandState

Returns

Applies to