ReadOnlySpan<T>.Equals(Object) Método

Definição

Cuidado

Equals() on ReadOnlySpan will always throw an exception. Use == instead.

Não há suporte.Not supported. Gera uma NotSupportedException.Throws a NotSupportedException.

public:
 override bool Equals(System::Object ^ obj);
[System.Obsolete("Equals() on ReadOnlySpan will always throw an exception. Use == instead.")]
public override bool Equals (object? obj);
[System.Obsolete("Equals() on ReadOnlySpan will always throw an exception. Use == instead.")]
public override bool Equals (object obj);
[<System.Obsolete("Equals() on ReadOnlySpan will always throw an exception. Use == instead.")>]
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parâmetros

obj
Object

Não há suporte.Not supported.

Retornos

Boolean

Não há suporte.Not supported.

Atributos

Exceções

Sempre gerada por este método.Always thrown by this method.

Comentários

Não há suporte.Not supported.

Aplica-se a