OpenQA.Selenium.By.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int
        public override int GetHashCode()
        {
            return this.description.GetHashCode();
        }