ArraySectionTEquals(ArraySectionT) Method

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

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.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