Share via


DevicePlatform.Inequality(DevicePlatform, DevicePlatform) Operator

Definition

Inequality operator.

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

Parameters

left
DevicePlatform

Left to compare.

right
DevicePlatform

Right to compare.

Returns

true if objects are not equal, otherwise false.

Applies to