Example #1
0
 /// <summary>
 ///  This allows collections to treat DeviceContext objects wrapping the same HDC as the same objects.
 /// </summary>
 public override int GetHashCode() => Hdc.GetHashCode();
Example #2
0
        /// <summary>
        ///     This allows collections to treat DeviceContext objects wrapping the same HDC as the same objects.
        /// </summary>


        public override int GetHashCode()
        {
            return(Hdc.GetHashCode());
        }