GyroscopeData.Inequality(GyroscopeData, GyroscopeData) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inequality operator.
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
Parameters
- left
- GyroscopeData
Left to compare.
- right
- GyroscopeData
Right to compare.
Returns
true if objects are not equal, otherwise false.