다음을 통해 공유


OrientationSensorData.Inequality 연산자

정의

같지 않음 연산자입니다.

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

매개 변수

left
OrientationSensorData

비교할 왼쪽입니다.

right
OrientationSensorData

비교할 권리입니다.

반환

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

적용 대상