Sdílet prostřednictvím


DevicePlatform.Equality(DevicePlatform, DevicePlatform) Operátor

Definice

Operátor rovnosti pro rovná se.

public:
 static bool operator ==(Microsoft::Maui::Devices::DevicePlatform left, Microsoft::Maui::Devices::DevicePlatform right);
public static bool operator == (Microsoft.Maui.Devices.DevicePlatform left, Microsoft.Maui.Devices.DevicePlatform right);
static member ( = ) : Microsoft.Maui.Devices.DevicePlatform * Microsoft.Maui.Devices.DevicePlatform -> bool
Public Shared Operator == (left As DevicePlatform, right As DevicePlatform) As Boolean

Parametry

left
DevicePlatform

Doleva pro porovnání.

right
DevicePlatform

Právo na porovnání.

Návraty

true pokud jsou objekty stejné, jinak false.

Platí pro