ControlType.Inequality(ControlType, ControlType) Operator

Definition

Determines if two ControlType values are not the same.

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

Parameters

right
ControlType

Returns

Applies to