共用方式為


DevicePlatform.Equals 方法

定義

多載

Equals(DevicePlatform)

比較基礎 DevicePlatform 實例。

Equals(Object)

檢查平臺是否相等。

Equals(DevicePlatform)

來源:
DevicePlatform.shared.cs
來源:
DevicePlatform.shared.cs

比較基礎 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

參數

other
DevicePlatform

DevicePlatform 要與比較的物件。

傳回

true 如果相等,則為 ,否則 false為 。

實作

適用於

Equals(Object)

來源:
DevicePlatform.shared.cs
來源:
DevicePlatform.shared.cs

檢查平臺是否相等。

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

參數

obj
Object

對象比較

傳回

如果相等

適用於