By Inequality Operator WebDriver
Determines if two By instances are unequal.

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

public static bool operator !=(
	By one,
	By two
)

Return Value

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