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

 

Indicates whether specified array is equal to this array.

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

public:
virtual bool Equals(
	ImmutableArray<T> other
) sealed

Parameters

other
Type: System.Collections.Immutable::ImmutableArray<T>

An object to compare with this object.

Return Value

Type: System::Boolean

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

Return to top
Show: