Contains Method
Contains(C1GaugePointer)
Determines whether this collection contains the specified C1GaugePointer.
Declaration
public bool Contains(C1GaugePointer pointer)
Public Function Contains(pointer As C1GaugePointer) As Boolean
Parameters
Returns
Contains(string)
Determines whether this collection contains a C1GaugePointer with the specified name.
Declaration
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
Parameters
| Type |
Name |
Description |
| string |
name |
|
Returns