次の方法で共有


DisplayInfo.Equals メソッド

定義

オーバーロード

Equals(DisplayInfo)

基になる DisplayInfo インスタンスを比較します。

Equals(Object)

が別のオブジェクトと等しい場合。

Equals(DisplayInfo)

ソース:
DisplayInfo.shared.cs
ソース:
DisplayInfo.shared.cs

基になる DisplayInfo インスタンスを比較します。

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

パラメーター

other
DisplayInfo

DisplayInfo 比較対象の オブジェクト。

戻り値

true 等しい場合は 。それ以外の場合 falseは 。

実装

注釈

等値は、、 OrientationWidthDensity、および Rotation がすべて等しいかどうかをHeight比較することによって確立されます。

適用対象

Equals(Object)

ソース:
DisplayInfo.shared.cs
ソース:
DisplayInfo.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

比較対象のオブジェクト。

戻り値

等しい場合。

適用対象