Checks if Object Id is contained in the collection.

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public bool ContainsId(
	Guid id
)
Visual Basic
Public Function ContainsId ( 
	id As Guid
) As Boolean
Visual C++
public:
bool ContainsId(
	Guid id
)
F#
member ContainsId : 
        id : Guid -> bool 

Parameters

id
Type: System..::..Guid
Object Id.

Return Value

Type: Boolean
True if object id is found in the collection, false otherwise.

See Also