DevicePlatform.Inequality(DevicePlatform, DevicePlatform) Operator

Definition

Checks the equality of the platform.

public static bool operator != (Xamarin.Essentials.DevicePlatform left, Xamarin.Essentials.DevicePlatform right);

Parameters

left
DevicePlatform

The left side to compare.

right
DevicePlatform

The right side to compare

Returns

If they are inequal

Applies to