Determines if two By instances are unequal.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- one
- Type: OpenQA.Selenium By
One instance to compare.
- two
- Type: OpenQA.Selenium By
The other instance to compare.
Return Value
if the two instances are not equal; otherwise, .See Also