Share via


BrokerAuthenticationMethod.Equality Operator

Definition

Determines if two BrokerAuthenticationMethod values are the same.

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

Parameters

Returns

Applies to