CommvaultMatchOperator.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The left value to compare.
- right
- CommvaultMatchOperator
The right value to compare.