Partager via


DevicePlatform.Inequality(DevicePlatform, DevicePlatform) Opérateur

Définition

Opérateur d’inégalité.

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

Paramètres

left
DevicePlatform

Gauche à comparer.

right
DevicePlatform

Droit de comparer.

Retours

true si les objets ne sont pas égaux, sinon false.

S’applique à