Udostępnij za pośrednictwem


DevicePlatform.Equals Metoda

Definicja

Przeciążenia

Equals(DevicePlatform)

Porównuje wystąpienia bazowe DevicePlatform .

Equals(Object)

Sprawdza równość platformy.

Equals(DevicePlatform)

Źródło:
DevicePlatform.shared.cs
Źródło:
DevicePlatform.shared.cs

Porównuje wystąpienia bazowe DevicePlatform .

public:
 virtual bool Equals(Microsoft::Maui::Devices::DevicePlatform other);
public bool Equals (Microsoft.Maui.Devices.DevicePlatform other);
override this.Equals : Microsoft.Maui.Devices.DevicePlatform -> bool
Public Function Equals (other As DevicePlatform) As Boolean

Parametry

other
DevicePlatform

DevicePlatform obiekt do porównania.

Zwraca

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

Implementuje

Dotyczy

Equals(Object)

Źródło:
DevicePlatform.shared.cs
Źródło:
DevicePlatform.shared.cs

Sprawdza równość platformy.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parametry

obj
Object

Porównanie obiektu

Zwraca

Jeśli są równe

Dotyczy