ImmutableArray<T>::Equals Method (ImmutableArray<T>)
Indicates whether specified array is equal to this array.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- other
-
Type:
System.Collections.Immutable::ImmutableArray<T>
An object to compare with this object.
Implements
IEquatable<T>::Equals(T)
Show: