Megosztás a következőn keresztül:


CommandState.Inequality(CommandState, CommandState) Operator

Definition

Determines if two CommandState values are not the same.

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