ArraySectionTEquals(ArraySectionT) Method
Indicates whether the current
ArraySectionT instance is equal to another one specified in the
other parameter.
That is, when they both reference the same section of the same
UnderlyingArray instance.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool Equals(
ArraySection<T> other
)
Public Function Equals (
other As ArraySection(Of T)
) As Boolean
public:
virtual bool Equals(
ArraySection<T> other
) sealed
abstract Equals :
other : ArraySection<'T> -> bool
override Equals :
other : ArraySection<'T> -> bool
- other ArraySectionT
- An ArraySectionT instance to compare with this instance.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)