Share via


BrokerProtocolType.Inequality(BrokerProtocolType, BrokerProtocolType) Operator

Definition

Determines if two BrokerProtocolType values are not the same.

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

Parameters

Returns

Applies to