次の方法で共有


DevicePlatform.Inequality(DevicePlatform, DevicePlatform) 演算子

定義

プラットフォームの等価性を確認します。

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

パラメーター

left
DevicePlatform

比較する左側。

right
DevicePlatform

比較する右側

戻り値

System.Boolean

それらが等しくない場合

適用対象