Freigeben über


GyroscopeData.Inequality(GyroscopeData, GyroscopeData) Operator

Definition

Ungleichheitsoperator.

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

Parameter

left
GyroscopeData

Links zum Vergleichen.

right
GyroscopeData

Recht zum Vergleichen.

Gibt zurück

true , wenn -Objekte ungleich sind, andernfalls false.

Gilt für: