Array2DTEquals(Array2DT) Method

Indicates whether the current Array2DT instance is equal to another one specified in the other parameter.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public bool Equals(
	Array2D<T> other
)

Parameters

other  Array2DT
An Array2DT instance to compare with this instance.

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)

See Also