Array2DTEquals(Array2DT) Method
Indicates whether the current
Array2DT 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(
Array2D<T> other
)
Public Function Equals (
other As Array2D(Of T)
) As Boolean
public:
virtual bool Equals(
Array2D<T> other
) sealed
abstract Equals :
other : Array2D<'T> -> bool
override Equals :
other : Array2D<'T> -> bool
- other Array2DT
- An Array2DT instance to compare with this instance.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)