ImmutableArray<T>.Equals Methode

Definition

Überlädt

Name Beschreibung
Equals(Object)

Bestimmt, ob dieses Array dem angegebenen Objekt entspricht.

Equals(ImmutableArray<T>)

Gibt an, ob das angegebene Array diesem Array entspricht.

Equals(Object)

Quelle:
ImmutableArray_1.Minimal.cs
Quelle:
ImmutableArray_1.Minimal.cs
Quelle:
ImmutableArray_1.Minimal.cs
Quelle:
ImmutableArray_1.Minimal.cs
Quelle:
ImmutableArray_1.Minimal.cs
Quelle:
ImmutableArray_1.Minimal.cs

Bestimmt, ob dieses Array dem angegebenen Objekt entspricht.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(object obj);
public override bool Equals(object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameter

obj
Object

Der Object zu vergleichende Wert mit diesem Array.

Gibt zurück

truewenn dieses Array gleich objist ; andernfalls . false

Gilt für:

Equals(ImmutableArray<T>)

Quelle:
ImmutableArray_1.Minimal.cs
Quelle:
ImmutableArray_1.Minimal.cs
Quelle:
ImmutableArray_1.Minimal.cs
Quelle:
ImmutableArray_1.Minimal.cs
Quelle:
ImmutableArray_1.Minimal.cs
Quelle:
ImmutableArray_1.Minimal.cs

Gibt an, ob das angegebene Array diesem Array entspricht.

public:
 virtual bool Equals(System::Collections::Immutable::ImmutableArray<T> other);
public bool Equals(System.Collections.Immutable.ImmutableArray<T> other);
override this.Equals : System.Collections.Immutable.ImmutableArray<'T> -> bool
Public Function Equals (other As ImmutableArray(Of T)) As Boolean

Parameter

other
ImmutableArray<T>

Ein Objekt, das mit diesem Objekt verglichen werden soll.

Gibt zurück

true ist other gleich diesem Array; andernfalls false.

Implementiert

Gilt für: