ImmutableArray<T>.Equality Operator

Definition

Överlagringar

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

Returnerar ett värde som anger om två matriser är lika med.

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

Returnerar ett värde som anger om två matriser är lika med.

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

Källa:
ImmutableArray_1.Minimal.cs
Källa:
ImmutableArray_1.Minimal.cs
Källa:
ImmutableArray_1.Minimal.cs
Källa:
ImmutableArray_1.Minimal.cs
Källa:
ImmutableArray_1.Minimal.cs
Källa:
ImmutableArray_1.Minimal.cs

Returnerar ett värde som anger om två matriser är lika med.

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

Parametrar

left
ImmutableArray<T>

Matrisen till vänster om operatorn.

right
ImmutableArray<T>

Matrisen till höger om operatorn.

Returer

trueom matriserna är lika; annars . false

Gäller för

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

Källa:
ImmutableArray_1.Minimal.cs
Källa:
ImmutableArray_1.Minimal.cs
Källa:
ImmutableArray_1.Minimal.cs
Källa:
ImmutableArray_1.Minimal.cs
Källa:
ImmutableArray_1.Minimal.cs
Källa:
ImmutableArray_1.Minimal.cs

Returnerar ett värde som anger om två matriser är lika med.

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

Parametrar

left
Nullable<ImmutableArray<T>>

Matrisen till vänster om operatorn.

right
Nullable<ImmutableArray<T>>

Matrisen till höger om operatorn.

Returer

trueom matriserna är lika; annars . false

Gäller för