LayoutOptions.Inequality(LayoutOptions, LayoutOptions) 操作员

定义

public:
 static bool operator !=(Microsoft::Maui::Controls::LayoutOptions left, Microsoft::Maui::Controls::LayoutOptions right);
public static bool operator !=(Microsoft.Maui.Controls.LayoutOptions left, Microsoft.Maui.Controls.LayoutOptions right);
static member op_Inequality : Microsoft.Maui.Controls.LayoutOptions * Microsoft.Maui.Controls.LayoutOptions -> bool
Public Shared Operator != (left As LayoutOptions, right As LayoutOptions) As Boolean

参数

返回

适用于