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);
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 개체입니다.

반환

Boolean

두 개체 중 한 개체만 true이거나 내부 COM 포인터가 일치하지 않으면 null이고, 그렇지 않으면 false입니다.

적용 대상