FirefoxWebElement Equals Method WebDriver
Determines whether two FirefoxWebElement instances are equal.

Namespace: OpenQA.Selenium.Firefox
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public override bool Equals(
	Object obj
)

Return Value

  if the specified FirefoxWebElement is equal to the current FirefoxWebElement; otherwise,  .
See Also