'Declaration
Public Overloads Function Contains( _ ByVal obj As System.Object _ ) As System.Boolean
'Usage
Dim instance As NDLList Dim obj As System.Object Dim value As System.Boolean value = instance.Contains(obj)
public System.bool Contains( System.object obj )
Parameters
- obj