Example #1
0
 /// <summary>
 /// Returns a value that represents the hash code of this structure.
 /// </summary>
 /// <returns>
 /// Hash code of this structure.
 /// </returns>
 public override int GetHashCode() => _displayInfo.GetHashCode() ^ _monitorInfo.GetHashCode();