SecurityControlType.Equality(SecurityControlType, SecurityControlType) Operator

Definition

Determines if two SecurityControlType values are the same.

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