FirmwareVersion Class
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllC#
public class FirmwareVersion : Object, IComparable<FirmwareVersion>, IComparable, IEquatable<FirmwareVersion>
Inheritance
System.Object
FirmwareVersion
Implements
System.IComparable<FirmwareVersion>
System.IComparable
System.IEquatable<FirmwareVersion>
Constructors
Name | Description |
---|---|
FirmwareVersion() | |
FirmwareVersion(Byte, Byte, Byte) |
Properties
Name | Description |
---|---|
Major | |
Minor | |
Patch |
Methods
Name | Description |
---|---|
CompareTo(Object) | Compares the relative sort order of the specified object to the current object. |
CompareTo(FirmwareVersion) | Compares the relative sort order of the current instance with another object of the same type. |
Equals(Object) | |
Equals(FirmwareVersion) | |
GetHashCode() | |
ToString() |