Gets a value indicating whether the specified object is equal to the current System.Text.UTF7Encoding object.
- value
- An object to compare to the current System.Text.UTF7Encoding object.
true if value is a System.Text.UTF7Encoding object and is equal to the current System.Text.UTF7Encoding object; otherwise, false.
Two System.Text.UTF7Encoding objects are equal if they both either allow or disallow optional characters, and if their underlying Encoding.EncoderFallback and Encoding.DecoderFallback properties are equal.