CastArrayTFrom, TToEquality Operator

Determines whether two specified CastArrayTFrom, TTo 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 ==(
	CastArray<TFrom, TTo> a,
	CastArray<TFrom, TTo> b
)

Parameters

a  CastArrayTFrom, TTo
The left argument of the equality check.
b  CastArrayTFrom, TTo
The right argument of the equality check.

Return Value

Boolean
The result of the equality check.

See Also