HtmlWindow.Inequality(HtmlWindow, HtmlWindow) 연산자

정의

HtmlWindow 개체가 같지 않은지 테스트합니다.

public:
 static bool operator !=(System::Windows::Forms::HtmlWindow ^ left, System::Windows::Forms::HtmlWindow ^ right);
public static bool operator !=(System.Windows.Forms.HtmlWindow left, System.Windows.Forms.HtmlWindow right);
public static bool operator !=(System.Windows.Forms.HtmlWindow? left, System.Windows.Forms.HtmlWindow? right);
static member op_Inequality : System.Windows.Forms.HtmlWindow * System.Windows.Forms.HtmlWindow -> bool
Public Shared Operator != (left As HtmlWindow, right As HtmlWindow) As Boolean

매개 변수

left
HtmlWindow

첫 번째 HtmlWindow 개체입니다.

right
HtmlWindow

두 번째 HtmlWindow 개체입니다.

반품

true 두 개체 null중 하나가 아닌 경우 또는 기본 COM 포인터가 일치하지 false않으면 .

적용 대상