Share via


DataExplorerAuthMethod.Inequality Operator

Definition

Determines if two DataExplorerAuthMethod values are not the same.

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

Parameters

Returns

Applies to