DesiredCapabilities Equals Method WebDriver
Compare two DesiredCapabilities and will return either true or false

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

public override bool Equals(
	Object obj
)

Parameters

obj
Type: OnlineSystem Object
DesiredCapabilities you wish to compare

Return Value

true if they are the same or false if they are not
See Also