ElasticServiceLevel.Inequality Operator

Definition

Determines if two ElasticServiceLevel values are not the same.

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

Parameters

left
ElasticServiceLevel

The left value to compare.

right
ElasticServiceLevel

The right value to compare.

Returns

Applies to