SqlAgentConfigurationPropertiesState.Equality Operator

Definition

Determines if two SqlAgentConfigurationPropertiesState values are the same.

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