DevicePlatform.Inequality(DevicePlatform, DevicePlatform) 操作员

定义

不等运算符。

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

参数

left
DevicePlatform

左比较。

right
DevicePlatform

比较的权利。

返回

true 如果 对象不相等,则为 ;否则为 false

适用于