ImmutableArray<T>::Equality Operator (ImmutableArray<T>, ImmutableArray<T>)
Returns a value that indicates if two arrays are equal.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- left
-
Type:
System.Collections.Immutable::ImmutableArray<T>
The array to the left of the operator.
- right
-
Type:
System.Collections.Immutable::ImmutableArray<T>
The array to the right of the operator.
Show: