LastEnqueuedEventProperties.Inequality Operator

Definition

Determines whether the specified LastEnqueuedEventProperties instances are not equal to each other.

public static bool operator != (Azure.Messaging.EventHubs.Consumer.LastEnqueuedEventProperties left, Azure.Messaging.EventHubs.Consumer.LastEnqueuedEventProperties right);
static member op_Inequality : Azure.Messaging.EventHubs.Consumer.LastEnqueuedEventProperties * Azure.Messaging.EventHubs.Consumer.LastEnqueuedEventProperties -> bool
Public Shared Operator != (left As LastEnqueuedEventProperties, right As LastEnqueuedEventProperties) As Boolean

Parameters

Returns

true if the two specified LastEnqueuedEventProperties instances are not equal; otherwise, false.

Applies to