ArraySectionTEquality Operator
Determines whether two specified
ArraySectionT instances have the same value.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static bool operator ==(
ArraySection<T> a,
ArraySection<T> b
)
Public Shared Operator = (
a As ArraySection(Of T),
b As ArraySection(Of T)
) As Boolean
public:
static bool operator ==(
ArraySection<T> a,
ArraySection<T> b
)
static let inline (=)
a : ArraySection<'T> *
b : ArraySection<'T> : bool
- a ArraySectionT
- The left argument of the equality check.
- b ArraySectionT
- The right argument of the equality check.
BooleanThe result of the equality check.