MqttAuthMethod.Inequality(MqttAuthMethod, MqttAuthMethod) Operator

Definition

Determines if two MqttAuthMethod values are not the same.

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

Parameters

left
MqttAuthMethod

The left value to compare.

right
MqttAuthMethod

The right value to compare.

Returns

Applies to