|    | ObjectWithIdCollectionBaseTContains Method (Int32) | 
 
            Returns true of the collection contains the object with the provided ID.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic virtual bool Contains(
	int id
)
Parameters
- id
 - Type: SystemInt32
 
Return Value
Type: 
Boolean
See Also