Array.opEquals

Comparison for equality.

Parameters

that typeof(this)

The array to compare with.

Return Value

Type: bool

$(D_KEYWORD true) if the arrays are equal, $(D_KEYWORD false) otherwise.

Meta