Slice.Equality Operator

Returns whether two slices are equal.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static bool operator ==(
	Slice first,
	Slice second
)

Parameters

first  Slice
The first slice.
second  Slice
The second slice.

Return Value

Boolean
true if first and second are equal; otherwise false.

See Also