Ejemplo n.º 1
0
 public override int GetHashCode() => CpuVersion.GetHashCode() ^ FpgaVersion.GetHashCode();
Ejemplo n.º 2
0
 public bool Equals(FirmwareInfo other) => CpuVersion.Equals(other.CpuVersion) && FpgaVersion.Equals(other.FpgaVersion);