ReadOnlySpan<T>.Equals(Object) 方法

定义

注意

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

注意

Equals() on ReadOnlySpan will always throw an exception. Use the equality operator instead.

不支持。 引发 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 the equality operator 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
[<System.Obsolete("Equals() on ReadOnlySpan will always throw an exception. Use the equality operator instead.")>]
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

参数

obj
Object

不支持。

返回

不支持。

属性

例外

始终由此方法引发。

注解

不支持。

适用于