Exemplo n.º 1
0
 /// <inheritdoc/>
 public bool Equals([AllowNull] DpiAwarenessContextHandle other) =>
 other != null && InteropUser32.AreDpiAwarenessContextsEqual(this.handle, other.handle);
Exemplo n.º 2
0
 /// <inheritdoc/>
 public bool Equals([AllowNull] IntPtr other) => InteropUser32.AreDpiAwarenessContextsEqual(this.handle, other);