다음을 통해 공유


ClusterNotificationChannel.Inequality Operator

Definition

Determines if two ClusterNotificationChannel values are not the same.

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

Parameters

Returns

Applies to