Share via


AutomationRulePropertyConditionSupportedProperty.Equality Operator

Definition

Overriding == operator for enum AutomationRulePropertyConditionSupportedProperty

public static bool operator == (Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AutomationRulePropertyConditionSupportedProperty e1, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AutomationRulePropertyConditionSupportedProperty e2);
static member ( = ) : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AutomationRulePropertyConditionSupportedProperty * Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AutomationRulePropertyConditionSupportedProperty -> bool
Public Shared Operator == (e1 As AutomationRulePropertyConditionSupportedProperty, e2 As AutomationRulePropertyConditionSupportedProperty) As Boolean

Parameters

e1
AutomationRulePropertyConditionSupportedProperty

the value to compare against e2

e2
AutomationRulePropertyConditionSupportedProperty

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to