ElasticBackupSnapshotUsage.Inequality Operator

Definition

Determines if two ElasticBackupSnapshotUsage values are not the same.

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

Parameters

left
ElasticBackupSnapshotUsage

The left value to compare.

right
ElasticBackupSnapshotUsage

The right value to compare.

Returns

Applies to