Cookie Equals Method WebDriver
Determines whether the specified OnlineObject is equal to the current OnlineObject.

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

public override bool Equals(
	Object obj
)

Return Value

  if the specified OnlineObject is equal to the current OnlineObject; otherwise,  .
See Also