AccelerometerData.Equals Method
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.
Overloads
Equals(Object) |
If equal to another object |
Equals(AccelerometerData) |
Compares the underlying Vector3 instances. |
Equals(Object)
If equal to another object
public override bool Equals (object obj);
Parameters
- obj
- System.Object
Object to compare
Returns
System.Boolean
If equal
Applies to
Equals(AccelerometerData)
Compares the underlying Vector3 instances.
public bool Equals (Xamarin.Essentials.AccelerometerData other);
Parameters
- other
- AccelerometerData
Other AccelerometerData to compare with.
Returns
System.Boolean
True if they are equal, otherwise false.
Implements
System.IEquatable`1.Equals(`0)