ArraySectionTEquals(ArraySectionT) Method

Indicates whether the current ArraySectionT instance is equal to another one specified in the other parameter. That is, when they both reference the same section of the same UnderlyingArray instance.

Definition

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

Parameters

other  ArraySectionT
An ArraySectionT 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