Click or drag to resize

ObjectWithIdCollectionBaseReadOnlyTHasCommonItems Method (ObjectWithIdCollectionBaseT)

Returns true if the collection contains at least one element which is also in the source.

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

Parameters

source
Type: Omada.OE.ModelObjectWithIdCollectionBaseT

Return Value

Type: Boolean
See Also