PimOnlyMode.Inequality(PimOnlyMode, PimOnlyMode) 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 PimOnlyMode values are not the same.
public static bool operator !=(Azure.ResourceManager.Authorization.Models.PimOnlyMode left, Azure.ResourceManager.Authorization.Models.PimOnlyMode right);
static member op_Inequality : Azure.ResourceManager.Authorization.Models.PimOnlyMode * Azure.ResourceManager.Authorization.Models.PimOnlyMode -> bool
Public Shared Operator != (left As PimOnlyMode, right As PimOnlyMode) As Boolean
Parameters
- left
- PimOnlyMode
The left value to compare.
- right
- PimOnlyMode
The right value to compare.