Esempio n. 1
0
 /// <summary>Compares for equality with another <see cref="CpuMicroarchitecture" /> object.</summary>
 /// <remarks>Comparison is performed by value.</remarks>
 public bool Equals(CpuMicroarchitecture other)
 {
     return(this.id == other.id);
 }
Esempio n. 2
0
 /// <summary>Compares for equality with another <see cref="CpuMicroarchitecture" /> object.</summary>
 /// <remarks>Comparison is performed by value.</remarks>
 public bool Equals(CpuMicroarchitecture other)
 {
     return this.id == other.id;
 }