Share via


SqlAgentConfigurationPropertiesState.Inequality Operator

Definition

Determines if two SqlAgentConfigurationPropertiesState values are not the same.

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

Parameters

Returns

Applies to