DevicePlatform.Equals 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Equals(DevicePlatform) |
比較基礎 DevicePlatform 實例。 |
Equals(Object) |
檢查平臺是否相等。 |
Equals(DevicePlatform)
比較基礎 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)
檢查平臺是否相等。
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
對象比較
傳回
如果相等