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