Udostępnij za pośrednictwem


GyroscopeData.Equals Method

Definition

Overloads

Equals(Object)

If equal to another object

Equals(GyroscopeData)

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(GyroscopeData)

Compares the underlying Vector3 instances.

public bool Equals (Xamarin.Essentials.GyroscopeData other);

Parameters

other
GyroscopeData

Other GyroscopeData to compare with.

Returns

System.Boolean

True if they match, otherwise false.

Implements

System.IEquatable`1.Equals(`0)

Applies to