UTF7Encoding.Equals(Object) Método
Definição
Obtém um valor que indica se o objeto especificado é igual ao objeto UTF7Encoding atual.Gets a value indicating whether the specified object is equal to the current UTF7Encoding object.
public:
override bool Equals(System::Object ^ value);
public override bool Equals (object value);
public override bool Equals (object? value);
[System.Runtime.InteropServices.ComVisible(false)]
public override bool Equals (object value);
override this.Equals : obj -> bool
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.Equals : obj -> bool
Public Overrides Function Equals (value As Object) As Boolean
Parâmetros
- value
- Object
Um objeto a ser comparado com o objeto UTF7Encoding atual.An object to compare to the current UTF7Encoding object.
Retornos
true se value for um objeto UTF7Encoding e for igual ao objeto UTF7Encoding atual; caso contrário, false.true if value is a UTF7Encoding object and is equal to the current UTF7Encoding object; otherwise, false.
- Atributos
Comentários
Dois UTF7Encoding objetos serão iguais se forem permitidos ou não permitirem caracteres opcionais e se suas EncoderFallback Propriedades e subjacentes DecoderFallback forem iguais.Two UTF7Encoding objects are equal if they both either allow or disallow optional characters, and if their underlying EncoderFallback and DecoderFallback properties are equal.