Click or drag to resize

ObjectWithIdCollectionBaseTContainsSameIds Method (ObjectWithIdCollectionBaseT)

Returnerer true if the collection contains the same objects as the source. The collections must contain the same elements. The sort order is irrelevant and not considered. The objects are only compared in their ID.

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

Parameters

source
Type: Omada.OE.ModelObjectWithIdCollectionBaseT

Return Value

Type: Boolean
See Also