HtmlDocument.Inequality(HtmlDocument, HtmlDocument) 運算子

定義

回傳一個值,表示指定的 HtmlDocument 實例是否代表相同的值。

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

參數

left
HtmlDocument

第一個比較例子。

right
HtmlDocument

第二個例子來比較。

傳回

true若指定的實例不相等;否則,。 false

適用於