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