Udostępnij za pośrednictwem


DevicePlatform.Equality(DevicePlatform, DevicePlatform) Operator

Definicja

Operator równości dla równości.

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

W lewo, aby porównać.

right
DevicePlatform

Prawo do porównania.

Zwraca

true jeśli obiekty są równe, w przeciwnym razie false.

Dotyczy