WebElementProxyComparer Equals Method WebDriver
Gets a value indicating whether two elements are equal.

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

public override bool Equals(
	Object obj
)

Parameters

obj
Type: OnlineSystem Object
An object representing a second element.

Return Value

  if the objects are equal; otherwise,  .
See Also