SecurityAlertNotificationByRoleState.Equality Operator

Definition

Determines if two SecurityAlertNotificationByRoleState values are the same.

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

Parameters

left
SecurityAlertNotificationByRoleState

The left value to compare.

right
SecurityAlertNotificationByRoleState

The right value to compare.

Returns

Applies to