MqttAuthMethod.Equality(MqttAuthMethod, MqttAuthMethod) Operator

Definition

Determines if two MqttAuthMethod values are the same.

public static bool operator ==(Azure.ResourceManager.IotOperations.Models.MqttAuthMethod left, Azure.ResourceManager.IotOperations.Models.MqttAuthMethod right);
static member ( = ) : 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