ComputeBulkOperationKind.Inequality Operator

Definition

Determines if two ComputeBulkOperationKind values are not the same.

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

Parameters

left
ComputeBulkOperationKind

The left value to compare.

right
ComputeBulkOperationKind

The right value to compare.

Returns

Applies to