Ejemplo n.º 1
0
 /// <inheritdoc />
 public bool Equals(DisplaySettingsV2 other)
 {
     return(_Width == other._Width &&
            _Height == other._Height &&
            _BitsPerPixel == other._BitsPerPixel &&
            _Frequency == other._Frequency);
 }
Ejemplo n.º 2
0
 /// <inheritdoc />
 public bool Equals(DisplaySettingsV2 other)
 {
     return((_Width == other._Width) && (_Height == other._Height) && (_BitsPerPixel == other._BitsPerPixel) &&
            (_Frequency == other._Frequency));
 }