DownloadType.Inequality(DownloadType, DownloadType) Operator

Definition

Determines if two DownloadType values are not the same.

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

Parameters

right
DownloadType

Returns

Applies to