Language

NetAppMountProtocol.Inequality Operator

Definition

Determines if two NetAppMountProtocol values are not the same.

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

Parameters

left
NetAppMountProtocol

The left value to compare.

right
NetAppMountProtocol

The right value to compare.

Returns

Applies to