Sdílet prostřednictvím


DevicePlatform.Inequality(DevicePlatform, DevicePlatform) Operátor

Definice

Operátor nerovnosti.

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

Parametry

left
DevicePlatform

Zbývá porovnat.

right
DevicePlatform

Právo na porovnání.

Návraty

true pokud se objekty nerovnají, v opačném případě false.

Platí pro