ImmutableArray<T>::IStructuralEquatable::Equals Method (Object^, IEqualityComparer^)

 

Determines whether this array is structurally equal to the specified array.

Namespace:   System.Collections.Immutable
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.

Return Value

Type: System::Boolean

true if the two arrays are structurally equal; otherwise, false.

This member is an explicit interface member implementation. It can be used only when the ImmutableArray<T> instance is cast to an IStructuralEquatable interface.

Return to top
Show: