Share via


Kind.Equality(Kind, Kind) Operator

Definition

Overriding == operator for enum Kind

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

Parameters

e1
Kind

the value to compare against e2

e2
Kind

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to