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를 throw합니다.

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

지원되지 않습니다.

반환

Boolean

지원되지 않습니다.

특성

예외

이 메서드에서 항상 throw됩니다.

설명

지원되지 않습니다.

적용 대상