HtmlElement.Equality(HtmlElement, HtmlElement) 연산자

정의

두 요소를 같음으로 비교합니다.

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

매개 변수

left
HtmlElement

첫 번째 HtmlElement.

right
HtmlElement

두 번째 HtmlElement.

반품

두 매개 변수가 모두이거나 두 요소의 기본 COM 인터페이스가 같으면 그렇지 않으면 .

설명

같음 연산자는 IUnknown 제공된 HtmlElement 클래스로 래핑된 기본 COM 개체의 포인터를 테스트합니다.

이 연산자에 해당하는 메서드는 다음과 같습니다. HtmlElement.Equals

적용 대상