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