ImmutableArray<T>.Equals Methode

Definitie

Overloads

Name Description
Equals(Object)

Bepaalt of deze matrix gelijk is aan het opgegeven object.

Equals(ImmutableArray<T>)

Geeft aan of de opgegeven matrix gelijk is aan deze matrix.

Equals(Object)

Bron:
ImmutableArray_1.Minimal.cs
Bron:
ImmutableArray_1.Minimal.cs
Bron:
ImmutableArray_1.Minimal.cs
Bron:
ImmutableArray_1.Minimal.cs
Bron:
ImmutableArray_1.Minimal.cs
Bron:
ImmutableArray_1.Minimal.cs

Bepaalt of deze matrix gelijk is aan het opgegeven object.

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

Parameters

obj
Object

De Object te vergelijken met deze matrix.

Retouren

trueals deze matrix gelijk is aan obj; anders . false

Van toepassing op

Equals(ImmutableArray<T>)

Bron:
ImmutableArray_1.Minimal.cs
Bron:
ImmutableArray_1.Minimal.cs
Bron:
ImmutableArray_1.Minimal.cs
Bron:
ImmutableArray_1.Minimal.cs
Bron:
ImmutableArray_1.Minimal.cs
Bron:
ImmutableArray_1.Minimal.cs

Geeft aan of de opgegeven matrix gelijk is aan deze matrix.

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

Parameters

other
ImmutableArray<T>

Een object dat moet worden vergeleken met dit object.

Retouren

trueals other dit gelijk is aan deze matrix; anders. false

Implementeringen

Van toepassing op