다음을 통해 공유


DevicePlatform.Inequality(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 op_Inequality : 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입니다.

적용 대상