IDwoReadOnlyList<TDwo>.Exists(string name) Method
.NET Standard 2.x | Current Version (1.0.1) 
Checks whether a control exists in the list.
Namespace: PowerBuilder.Data
Assembly: PowerBuilder.Data.dll
Syntax
bool Exists(string name);
Parameters
name System.String
The name of the control.
Return
System.Boolean
Returns a bool indicating whether the control exists in the list.
Applies to
.NET Standard
2.x