CastArrayTFrom, TToEquals(CastArrayTFrom, TTo) Method

Indicates whether the current CastArrayTFrom, TTo instance is equal to another one specified in the other parameter. That is, when they have the same Length, and they both reference the same section of the same underlying array.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public bool Equals(
	CastArray<TFrom, TTo> other
)

Parameters

other  CastArrayTFrom, TTo
A CastArrayTFrom, TTo 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