GraphNodeCollectionContains Method
|
Checks whether this collection contains a
GraphNode object that matches the specified GraphNode object.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Contains(
GraphNode value
)
Public Function Contains (
value As GraphNode
) As Boolean
public:
bool Contains(
GraphNode^ value
)
member Contains :
value : GraphNode -> bool
Parameters
- value GraphNode
- [in] GraphNode object to check.
Return Value
Boolean
true if this collection stores the
specified object,
false otherwise.
See Also