다음을 통해 공유


DevicePlatform.Equality(DevicePlatform, DevicePlatform) 연산자

정의

같음 연산자입니다.

public:
 static bool operator ==(Microsoft::Maui::Devices::DevicePlatform left, Microsoft::Maui::Devices::DevicePlatform right);
public static bool operator == (Microsoft.Maui.Devices.DevicePlatform left, Microsoft.Maui.Devices.DevicePlatform right);
static member ( = ) : Microsoft.Maui.Devices.DevicePlatform * Microsoft.Maui.Devices.DevicePlatform -> bool
Public Shared Operator == (left As DevicePlatform, right As DevicePlatform) As Boolean

매개 변수

left
DevicePlatform

비교할 왼쪽입니다.

right
DevicePlatform

비교할 권리입니다.

반환

true 개체가 같으면 이고, 그렇지 않으면 false입니다.

적용 대상