Table of Contents

Class MissingBrowserVersion

Namespace
CSF.Extensions.WebDriver.Identification
Assembly
CSF.Extensions.WebDriver.dll

Implementation of BrowserVersion which represents a null or empty string version.

public sealed class MissingBrowserVersion : BrowserVersion, IEquatable<BrowserVersion>, IComparable<BrowserVersion>
Inheritance
MissingBrowserVersion
Implements
Inherited Members

Remarks

Use this class only if no other browser version is compatible with the version.

Fields

Instance

Gets a flyweight/singleton instance of MissingBrowserVersion.

public static readonly MissingBrowserVersion Instance

Field Value

MissingBrowserVersion

Methods

CompareTo(BrowserVersion)

public override int CompareTo(BrowserVersion other)

Parameters

other BrowserVersion

Returns

int

Equals(BrowserVersion)

public override bool Equals(BrowserVersion other)

Parameters

other BrowserVersion

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string