Click or drag to resize

EquatableListTContainsCommonItems Method

Returns true if the collection contains one or more items that is present in source.

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

Parameters

source
Type: Omada.OE.ModelEquatableListT

Return Value

Type: Boolean
See Also