Partager via


DevicePlatform.Equals Méthode

Définition

Surcharges

Equals(DevicePlatform)

Compare les instances sous-jacentes DevicePlatform .

Equals(Object)

Vérifie l’égalité de la plateforme.

Equals(DevicePlatform)

Source:
DevicePlatform.shared.cs
Source:
DevicePlatform.shared.cs

Compare les instances sous-jacentes 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

Paramètres

other
DevicePlatform

DevicePlatform objet à comparer.

Retours

true s’ils sont égaux, sinon false.

Implémente

S’applique à

Equals(Object)

Source:
DevicePlatform.shared.cs
Source:
DevicePlatform.shared.cs

Vérifie l’égalité de la plateforme.

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

Paramètres

obj
Object

Comparaison d’objets

Retours

S’ils sont égaux

S’applique à