DevCenterLicenseType.Inequality Operator

Definition

Determines if two DevCenterLicenseType values are not the same.

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

Parameters

left
DevCenterLicenseType

The left value to compare.

right
DevCenterLicenseType

The right value to compare.

Returns

Applies to