Struct Version
- Namespace
- ComfileTech.Cfnet.Cfheader
- Assembly
- ComfileTech.Cfnet.Cfheader.dll
Version information for software and hardware.
public struct Version
Properties
- Major
The major revision number.
- Minor
The minor revision number.
Methods
- Equals(object?)
Compares the current instance with another object for equality.
- GetHashCode()
Calculates a hash code based on the Major and Minor values. The Major value is shifted left by 8 bits and combined with Minor.
- ToString()
Returns a string representation in the format 'Major.Minor'.
Operators
- operator ==(Version, Version)
Compares two Version objects for equality based on their Major and Minor components.
- operator !=(Version, Version)
Compares two Version objects for inequality.