EnvironmentServerType.Inequality Operator

Definition

Determines if two EnvironmentServerType values are not the same.

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

Parameters

left
EnvironmentServerType

The left value to compare.

right
EnvironmentServerType

The right value to compare.

Returns

Applies to