DevicePlatform.Equality(DevicePlatform, DevicePlatform) Operator

Definition

Checks the equality of the platform.

public static bool operator == (Xamarin.Essentials.DevicePlatform left, Xamarin.Essentials.DevicePlatform right);

Parameters

left
DevicePlatform

The left side to compare.

right
DevicePlatform

The right side to compare

Returns

System.Boolean

If they are equal

Applies to