Click or drag to resize

ObjectWithIdCollectionBaseReadOnlyTContains Method (Int32)

Returns true of the collection contains an object with the provided ID.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public virtual bool Contains(
	int id
)

Parameters

id
Type: SystemInt32

Return Value

Type: Boolean
See Also