Determines if two FindsByAttribute instances are equal.
Namespace: OpenQA.Selenium.Support.PageObjectsAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public static bool operator ==( FindsByAttribute one, FindsByAttribute two )
Parameters
- one
- Type: OpenQA.Selenium.Support.PageObjects FindsByAttribute
One instance to compare.
- two
- Type: OpenQA.Selenium.Support.PageObjects FindsByAttribute
The other instance to compare.
Return Value
if the two instances are equal; otherwise, .See Also