'Usage
Dim instance As C1OrderedSet Dim item As Integer Dim value As Boolean value = instance.Contains(item)
Parameters
- item
- The object to locate in the ICollection.
Return Value
true if item is found in the ICollection; otherwise, false.
'Usage
Dim instance As C1OrderedSet Dim item As Integer Dim value As Boolean value = instance.Contains(item)