ImmutableArray<T>.Equality Operatör

Tanım

Aşırı Yüklemeler

Equality(ImmutableArray<T>, ImmutableArray<T>)

İki dizinin eşit olup olmadığını gösteren bir değer döndürür.

Equality(Nullable<ImmutableArray<T>>, Nullable<ImmutableArray<T>>)

İki dizinin eşit olup olmadığını gösteren bir değer döndürür.

Equality(ImmutableArray<T>, ImmutableArray<T>)

Kaynak:
ImmutableArray_1.Minimal.cs
Kaynak:
ImmutableArray_1.Minimal.cs
Kaynak:
ImmutableArray_1.Minimal.cs

İki dizinin eşit olup olmadığını gösteren bir değer döndürür.

public:
 static bool operator ==(System::Collections::Immutable::ImmutableArray<T> left, System::Collections::Immutable::ImmutableArray<T> right);
public static bool operator == (System.Collections.Immutable.ImmutableArray<T> left, System.Collections.Immutable.ImmutableArray<T> right);
static member ( = ) : System.Collections.Immutable.ImmutableArray<'T> * System.Collections.Immutable.ImmutableArray<'T> -> bool
Public Shared Operator == (left As ImmutableArray(Of T), right As ImmutableArray(Of T)) As Boolean

Parametreler

left
ImmutableArray<T>

İşlecin solundaki dizi.

right
ImmutableArray<T>

İşlecin sağındaki dizi.

Döndürülenler

true diziler eşitse; aksi takdirde , false.

Şunlara uygulanır

Equality(Nullable<ImmutableArray<T>>, Nullable<ImmutableArray<T>>)

Kaynak:
ImmutableArray_1.Minimal.cs
Kaynak:
ImmutableArray_1.Minimal.cs
Kaynak:
ImmutableArray_1.Minimal.cs

İki dizinin eşit olup olmadığını gösteren bir değer döndürür.

public:
 static bool operator ==(Nullable<System::Collections::Immutable::ImmutableArray<T>> left, Nullable<System::Collections::Immutable::ImmutableArray<T>> right);
public static bool operator == (System.Collections.Immutable.ImmutableArray<T>? left, System.Collections.Immutable.ImmutableArray<T>? right);
static member ( = ) : Nullable<System.Collections.Immutable.ImmutableArray<'T>> * Nullable<System.Collections.Immutable.ImmutableArray<'T>> -> bool
Public Shared Operator == (left As Nullable(Of ImmutableArray(Of T)), right As Nullable(Of ImmutableArray(Of T))) As Boolean

Parametreler

left
Nullable<ImmutableArray<T>>

İşlecin solundaki dizi.

right
Nullable<ImmutableArray<T>>

İşlecin sağındaki dizi.

Döndürülenler

true diziler eşitse; aksi takdirde , false.

Şunlara uygulanır