Click or drag to resize

EquatableListTContainsExactly Method (EquatableListT)

Checks if the list contains exactly the same items as source. Duplicate values are, however, ignored. The items doesn't have to occur in the same order.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool ContainsExactly(
	EquatableList<T> source
)

Parameters

source
Type: Omada.OE.ModelEquatableListT

Return Value

Type: Boolean
See Also