Share via


EnvironmentTypeStatus.Inequality Operator

Definition

Determines if two EnvironmentTypeStatus values are not the same.

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

Parameters

Returns

Applies to