다음을 통해 공유


DevicePlatform.Equals 메서드

정의

오버로드

Equals(Object)

플랫폼의 같음을 확인합니다.

Equals(DevicePlatform)

플랫폼의 같음을 확인합니다.

Equals(Object)

플랫폼의 같음을 확인합니다.

public override bool Equals (object obj);

매개 변수

obj
System.Object

개체 비교

반환

System.Boolean

같으면

적용 대상

Equals(DevicePlatform)

플랫폼의 같음을 확인합니다.

public bool Equals (Xamarin.Essentials.DevicePlatform other);

매개 변수

other
DevicePlatform

비교할 플랫폼

반환

System.Boolean

같으면

구현

System.IEquatable`1.Equals(`0)

적용 대상