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
Object

The object compare

Returns

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

If they are equal

Implements

Applies to