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.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool Equals(
CastArray<TFrom, TTo> other
)
Public Function Equals (
other As CastArray(Of TFrom, TTo)
) As Boolean
public:
virtual bool Equals(
CastArray<TFrom, TTo> other
) sealed
abstract Equals :
other : CastArray<'TFrom, 'TTo> -> bool
override Equals :
other : CastArray<'TFrom, 'TTo> -> bool
- other CastArrayTFrom, TTo
- A CastArrayTFrom, TTo instance to compare with this instance.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)