MqttRetainType.Inequality(MqttRetainType, MqttRetainType) Operator

Definition

Determines if two MqttRetainType values are not the same.

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

Parameters

left
MqttRetainType

The left value to compare.

right
MqttRetainType

The right value to compare.

Returns

Applies to