NetworkWatcherHttpMethod.Inequality Operator

Definition

Determines if two NetworkWatcherHttpMethod values are not the same.

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

Parameters

left
NetworkWatcherHttpMethod

The left value to compare.

right
NetworkWatcherHttpMethod

The right value to compare.

Returns

Applies to