DeviceIdiom.Equals Method

Definition

Overloads

Equals(Object)

Checks the equality of the idiom.

Equals(DeviceIdiom)

Checks the equality of the idiom.

Equals(Object)

Checks the equality of the idiom.

public override bool Equals(object obj);

Parameters

obj
System.Object

The object ot compare.

Returns

System.Boolean

If the values are equal

Applies to

Equals(DeviceIdiom)

Checks the equality of the idiom.

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

Parameters

other
DeviceIdiom

The object ot compare.

Returns

System.Boolean

If the values are equal

Implements

System.IEquatable`1.Equals(`0)

Applies to