Udostępnij za pośrednictwem


MagnetometerData.Equals Method

Definition

Overloads

Equals(Object)

If equal to another object

Equals(MagnetometerData)

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

Compares the underlying Vector3 instances.

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

Parameters

other
MagnetometerData

Other MagnetometerData to compare with.

Returns

System.Boolean

True if they match, otherwise false.

Implements

System.IEquatable`1.Equals(`0)

Applies to