/// <summary> /// This allows collections to treat DeviceContext objects wrapping the same HDC as the same objects. /// </summary> public override int GetHashCode() => Hdc.GetHashCode();
/// <summary> /// This allows collections to treat DeviceContext objects wrapping the same HDC as the same objects. /// </summary> public override int GetHashCode() { return(Hdc.GetHashCode()); }