Freigeben über


DevicePlatform.Equality(DevicePlatform, DevicePlatform) Operator

Definition

Gleichheitsoperator für Gleichheiten.

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

Parameter

left
DevicePlatform

Links zum Vergleichen.

right
DevicePlatform

Recht zum Vergleichen.

Gibt zurück

true , wenn -Objekte gleich sind, andernfalls false.

Gilt für: