DevicePlatform.Equals Method

Definition

Overloads

Equals(Object)

Checks the equality of the platform.

Equals(DevicePlatform)

Checks the equality of the platform.

Equals(Object)

Checks the equality of the platform.

public override bool Equals(object obj);

Parameters

obj
System.Object

The object compare

Returns

System.Boolean

If they are equal

Applies to

Equals(DevicePlatform)

Checks the equality of the platform.

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

Parameters

other
DevicePlatform

The platform to compare

Returns

System.Boolean

If they are equal

Implements

System.IEquatable`1.Equals(`0)

Applies to