GyroscopeData.Equality(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.
Equality operator for equals.
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
Parameters
- left
- GyroscopeData
Left to compare.
- right
- GyroscopeData
Right to compare.
Returns
true if objects are equal, otherwise false.