15 references to OrientationSensorData
Microsoft.Maui.Essentials (15)
OrientationSensor\OrientationSensor.shared.cs (15)
105 public OrientationSensorChangedEventArgs(OrientationSensorData reading) => 111 public OrientationSensorData Reading { get; } 117 public readonly struct OrientationSensorData : IEquatable<OrientationSensorData> 120 /// Initializes a new instance of the <see cref="OrientationSensorData"/> class. 132 /// Initializes a new instance of the <see cref="OrientationSensorData"/> class. 147 /// Compares the underlying <see cref="OrientationSensorData"/> instances. 152 (obj is OrientationSensorData data) && Equals(data); 155 /// Compares the underlying <see cref="OrientationSensorData"/> instances. 157 /// <param name="other"><see cref="OrientationSensorData"/> object to compare with.</param> 159 public bool Equals(OrientationSensorData other) => 168 public static bool operator ==(OrientationSensorData left, OrientationSensorData right) => 177 public static bool operator !=(OrientationSensorData left, OrientationSensorData right) => 274 internal void RaiseReadingChanged(OrientationSensorData reading)