SubscriberMessageDropStrategy.Equality Operator

Definition

Determines if two SubscriberMessageDropStrategy values are the same.

public static bool operator ==(Azure.ResourceManager.IotOperations.Models.SubscriberMessageDropStrategy left, Azure.ResourceManager.IotOperations.Models.SubscriberMessageDropStrategy right);
static member ( = ) : Azure.ResourceManager.IotOperations.Models.SubscriberMessageDropStrategy * Azure.ResourceManager.IotOperations.Models.SubscriberMessageDropStrategy -> bool
Public Shared Operator == (left As SubscriberMessageDropStrategy, right As SubscriberMessageDropStrategy) As Boolean

Parameters

left
SubscriberMessageDropStrategy

The left value to compare.

right
SubscriberMessageDropStrategy

The right value to compare.

Returns

Applies to