DevicePlatform.Inequality(DevicePlatform, DevicePlatform) 运算符

定义

检查平台是否相等。

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

参数

left
DevicePlatform

要比较的左侧。

right
DevicePlatform

要比较的右侧

返回

System.Boolean

如果它们不相等

适用于