Share via


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

Returns

Applies to