次の方法で共有


Location.Inequality(Location, Location) Operator

定義

非等値演算子。

public:
 static bool operator !=(Microsoft::Maui::Devices::Sensors::Location ^ left, Microsoft::Maui::Devices::Sensors::Location ^ right);
public static bool operator != (Microsoft.Maui.Devices.Sensors.Location left, Microsoft.Maui.Devices.Sensors.Location right);
static member op_Inequality : Microsoft.Maui.Devices.Sensors.Location * Microsoft.Maui.Devices.Sensors.Location -> bool
Public Shared Operator != (left As Location, right As Location) As Boolean

パラメーター

left
Location

比較対象の左。

right
Location

比較する権利。

戻り値

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

適用対象