WebhookNotificationEvent.Inequality Operator

Definition

Determines if two WebhookNotificationEvent values are not the same.

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

Parameters

left
WebhookNotificationEvent

The left value to compare.

right
WebhookNotificationEvent

The right value to compare.

Returns

Applies to