ClusterNotificationCategory.Inequality Operator

Definition

Determines if two ClusterNotificationCategory values are not the same.

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

Parameters

Returns

Applies to