Determines whether a entity is in the collection.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool Contains(
	IDocumentObject entity
)
Public Function Contains ( 
	entity As IDocumentObject
) As Boolean
public:
bool Contains(
	IDocumentObject^ entity
)
member Contains : 
        entity : IDocumentObject -> bool 

Parameters

entity
IDocumentObject
the document object.

Return Value

Boolean

See Also