SecurityControlType.Inequality Operator

Definition

Determines if two SecurityControlType values are not the same.

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

Parameters

left
SecurityControlType

The left value to compare.

right
SecurityControlType

The right value to compare.

Returns

Applies to