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

Provides comparison of proxied web elements.
Afficher le fichier Open project: asynchrony/Selenium2

Méthodes publiques

Méthode 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 méthode

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

GetHashCode() public méthode

Gets a unique hash code for this object.
public GetHashCode ( ) : int
Résultat int