ArraySectionTEquality Operator

Determines whether two specified ArraySectionT instances have the same value.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public static bool operator ==(
	ArraySection<T> a,
	ArraySection<T> b
)

Parameters

a  ArraySectionT
The left argument of the equality check.
b  ArraySectionT
The right argument of the equality check.

Return Value

Boolean
The result of the equality check.

See Also