Freigeben über


DeviceIdiom.Inequality(DeviceIdiom, DeviceIdiom) Betreiber

Definition

Ungleichheitsoperator.

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

Parameter

left
DeviceIdiom

Links zum Vergleichen.

right
DeviceIdiom

Recht zum Vergleichen.

Gibt zurück

true , wenn -Objekte ungleich sind, andernfalls false.

Gilt für: