C-DEngine 5.105

TheMirrorCache<(Of <(<'T>)>)>..::..ContainsID Method (Guid)

Determines whether the specified p key contains identifier.

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool ContainsID(
	Guid pKey
)
Public Function ContainsID ( _
	pKey As Guid _
) As Boolean
public:
bool^ ContainsID(
	Guid^ pKey
)

Parameters

pKey
Type: Guid
The p key.

Return Value

true if the specified p key contains identifier; otherwise, false.