ImmutableArray<T>::IStructuralEquatable::Equals Method (Object^, IEqualityComparer^)
Determines whether this array is structurally equal to the specified array.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
private: virtual bool Equals( Object^ other, IEqualityComparer^ comparer ) sealed = IStructuralEquatable::Equals
Parameters
- other
-
Type:
System::Object^
The array to compare with the current instance.
- comparer
-
Type:
System.Collections::IEqualityComparer^
An object that determines whether the current instance and other are structurally equal.
This member is an explicit interface member implementation. It can be used only when the ImmutableArray<T> instance is cast to an IStructuralEquatable interface.
Show: