TypedArray.Equals(Object) Method

Definition

Determines whether the specified typed array has the same element type and rank as the current typed array.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The typed array to compare with the current typed array.

Returns

true if obj has the same element type and rank as the current typed array; otherwise, false.

Applies to

See also