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