DevCenterFeatureStateModifiable.Inequality Operator

Definition

Determines if two DevCenterFeatureStateModifiable values are not the same.

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

Parameters

left
DevCenterFeatureStateModifiable

The left value to compare.

right
DevCenterFeatureStateModifiable

The right value to compare.

Returns

Applies to