Determines whether the Word/RTF object is located within the collection.
'Declaration
Public Function Contains( _
ByVal As RtfObject _
) As System.Boolean
public System.bool Contains(
RtfObject
)
Parameters
- obj
- The Word/RTF object.
Return Value
true if contains, otherwise false.