OSPlatform.Inequality(OSPlatform, OSPlatform) 연산자

정의

두 개의 OSPlatform 인스턴스가 다른지를 확인합니다.

public:
 static bool operator !=(System::Runtime::InteropServices::OSPlatform left, System::Runtime::InteropServices::OSPlatform right);
public static bool operator != (System.Runtime.InteropServices.OSPlatform left, System.Runtime.InteropServices.OSPlatform right);
static member op_Inequality : System.Runtime.InteropServices.OSPlatform * System.Runtime.InteropServices.OSPlatform -> bool
Public Shared Operator != (left As OSPlatform, right As OSPlatform) As Boolean

매개 변수

left
OSPlatform

비교할 첫 번째 개체입니다.

right
OSPlatform

비교할 두 번째 개체입니다.

반환

Boolean

leftright가 다르면 true이고,다르지 않으면 false입니다.

적용 대상