CSequenceEquals(CSequence) Method

Checks if two sequence has the same length and arguments.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public bool Equals(
	CSequence? other
)

Parameters

other  CSequence
The second sequence to be compared.

Return Value

Boolean
if the two sequences have the same items.

Implements

IEquatableTEquals(T)

See Also