次の方法で共有


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

Returns

Applies to