Click or drag to resize

EquatableListTGetUncommonItems Method

Returns the elements that are NOT contained in source.

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

Parameters

source
Type: Omada.OE.ModelEquatableListT

Return Value

Type: ListT
See Also