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

left
ClusterNotificationChannel

The left value to compare.

right
ClusterNotificationChannel

The right value to compare.

Returns

Applies to