Share via


DevicePlatform.Equals 메서드

정의

오버로드

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

개체 비교

반환

같으면

적용 대상