Share via


LocalTimestampFormat.Equality Operator

Definition

Overriding == operator for enum LocalTimestampFormat

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

Parameters

e1
LocalTimestampFormat

the value to compare against e2

e2
LocalTimestampFormat

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to