次の方法で共有


DevicePlatform.Inequality(DevicePlatform, DevicePlatform) 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

パラメーター

left
DevicePlatform

比較する左。

right
DevicePlatform

比較する権利。

戻り値

true オブジェクトが等しくない場合は 。それ以外の場合 falseは 。

適用対象