DownloadType.Equality(DownloadType, DownloadType) Operator

Definition

Determines if two DownloadType values are the same.

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