TimeAggregationType.Equality(TimeAggregationType, TimeAggregationType) Operator

Definition

Overriding == operator for enum TimeAggregationType

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

Parameters

e1
TimeAggregationType

the value to compare against e2

e2
TimeAggregationType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to