Freigeben über


GyroscopeData.Equality(GyroscopeData, GyroscopeData) Operator

Definition

Gleichheitsoperator für Gleichheiten.

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 ( = ) : 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 gleich sind, andernfalls false.

Gilt für: