Checked Nodes CollectionContains Name Method
This can be used to determine whether or not the collection contains a node with the specified name
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
True if the collection contains a node with the given name or false if it does not
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool ContainsName(
string name
)VB
Public Function ContainsName (
name As String
) As BooleanC++
public:
bool ContainsName(
String^ name
)F#
member ContainsName :
name : string -> bool Parameters
- name String
- The node name to find
Return Value
BooleanTrue if the collection contains a node with the given name or false if it does not