Freigeben über


DevicePlatform.Inequality(DevicePlatform, DevicePlatform) Operator

Definition

Ungleichheitsoperator.

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

Parameter

left
DevicePlatform

Zum Vergleich links.

right
DevicePlatform

Recht zum Vergleichen.

Gibt zurück

true , wenn Objekte nicht gleich sind, andernfalls false.

Gilt für: