ImmutableArray<T>::Equals Method (Object^)

 

Determines if this array is equal to the specified object.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The Object to compare with this array.

Return Value

Type: System::Boolean

true if this array is equal to obj; otherwise, false.

Return to top
Show: