다음을 통해 공유


ClusterNotificationLevel.Inequality Operator

Definition

Determines if two ClusterNotificationLevel values are not the same.

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

Parameters

Returns

Applies to