EventsOutOfOrderPolicy.Equality Operator

Definition

Overriding == operator for enum EventsOutOfOrderPolicy

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

Parameters

e1
EventsOutOfOrderPolicy

the value to compare against e2

e2
EventsOutOfOrderPolicy

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to