NetworkWatcherProtocol.Inequality Operator

Definition

Determines if two NetworkWatcherProtocol values are not the same.

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

Parameters

left
NetworkWatcherProtocol

The left value to compare.

right
NetworkWatcherProtocol

The right value to compare.

Returns

Applies to