Compares the platform to the specified type.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public bool IsPlatformType( PlatformType compareTo )
Parameters
- compareTo
- Type: OpenQA.Selenium PlatformType
A PlatformType value to compare to.
Return Value
if the platforms match; otherwise .See Also