DimensionScope.Inequality(DimensionScope, DimensionScope) 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 DimensionScope values are not the same.
public static bool operator != (Azure.Quantum.Jobs.Models.DimensionScope left, Azure.Quantum.Jobs.Models.DimensionScope right);
static member op_Inequality : Azure.Quantum.Jobs.Models.DimensionScope * Azure.Quantum.Jobs.Models.DimensionScope -> bool
Public Shared Operator != (left As DimensionScope, right As DimensionScope) As Boolean
Parameters
- left
- DimensionScope
- right
- DimensionScope