RemoteWebElement Equals Method WebDriver
Compares if two elements are equal

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

public override bool Equals(
	Object obj
)

Return Value

A boolean if it is equal or not
See Also