DevicePlatform.Equality(DevicePlatform, DevicePlatform) 运算符

定义

检查平台的相等性。

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

参数

left
DevicePlatform

要比较的左侧。

right
DevicePlatform

要比较的右侧

返回

System.Boolean

如果它们相等

适用于