Share via


ProtocolType.Inequality(ProtocolType, ProtocolType) Operator

Definition

Determines if two ProtocolType values are not the same.

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

Parameters

right
ProtocolType

Returns

Applies to