AlertRuleCreationProperty.Equality Operator

Definition

Determines if two AlertRuleCreationProperty values are the same.

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

Parameters

left
AlertRuleCreationProperty

The left value to compare.

right
AlertRuleCreationProperty

The right value to compare.

Returns

Applies to