FindsByAttribute Equals Method WebDriver
Determines whether the specified OnlineObject is equal to the current OnlineObject.

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

public override bool Equals(
	Object obj
)

Return Value

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