Language

CommvaultMatchOperator.Inequality Operator

Definition

Determines if two CommvaultMatchOperator values are not the same.

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

Parameters

left
CommvaultMatchOperator

The left value to compare.

right
CommvaultMatchOperator

The right value to compare.

Returns

Applies to