Returns the hash code for the current System.Text.UTF7Encoding object.
A 32-bit signed integer hash code.
The value returned by the UTF7Encoding.GetHashCode method is not suitable for distinguishing one System.Text.UTF7Encoding object from another. If your application needs a unique hash code, it should override the UTF7Encoding.GetHashCode method.