Share via


PostgreSqlAdministratorType.Inequality Operator

Definition

Determines if two PostgreSqlAdministratorType values are not the same.

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

Parameters

Returns

Applies to