HtmlWindow.Inequality(HtmlWindow, HtmlWindow) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
测试两个 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 对象。