CastArray3DTFrom, TToEquals(CastArray3DTFrom, TTo) Method
Indicates whether the current
CastArray3DTFrom, TTo instance is equal to another one specified in the
other parameter.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool Equals(
CastArray3D<TFrom, TTo> other
)
Public Function Equals (
other As CastArray3D(Of TFrom, TTo)
) As Boolean
public:
virtual bool Equals(
CastArray3D<TFrom, TTo> other
) sealed
abstract Equals :
other : CastArray3D<'TFrom, 'TTo> -> bool
override Equals :
other : CastArray3D<'TFrom, 'TTo> -> bool
- other CastArray3DTFrom, TTo
- A CastArray3DTFrom, TTo instance to compare with this instance.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)