FindsByAttribute Equality Operator WebDriver
Determines if two FindsByAttribute instances are equal.

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

public static bool operator ==(
	FindsByAttribute one,
	FindsByAttribute two
)

Return Value

  if the two instances are equal; otherwise,  .
See Also