C# Class OpenQA.Selenium.Support.PageObjects.WebElementProxyComparer

Provides comparison of proxied web elements.
显示文件 Open project: asynchrony/Selenium2

Public Methods

Method Description
Equals ( object obj ) : bool

Gets a value indicating whether two elements are equal.

GetHashCode ( ) : int

Gets a unique hash code for this object.

Method Details

Equals() public method

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

GetHashCode() public method

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