C# 클래스 OpenQA.Selenium.Support.PageObjects.WebElementProxyComparer

Provides comparison of proxied web elements.
파일 보기 프로젝트 열기: asynchrony/Selenium2

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Gets a value indicating whether two elements are equal.

GetHashCode ( ) : int

Gets a unique hash code for this object.

메소드 상세

Equals() 공개 메소드

Gets a value indicating whether two elements are equal.
public Equals ( object obj ) : bool
obj object An object representing a second element.
리턴 bool

GetHashCode() 공개 메소드

Gets a unique hash code for this object.
public GetHashCode ( ) : int
리턴 int