PinListContains Method (UInt32) |
Overload of contains which checks if the list contains the given Pin
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic bool Contains(
uint Pin
)
Public Function Contains (
Pin As UInteger
) As Boolean
public:
bool Contains(
unsigned int Pin
)
member Contains :
Pin : uint32 -> bool
Parameters
- Pin
- Type: SystemUInt32
The pin to look for (As Integer)
Return Value
Type:
BooleanIf the pin is contained in the list
See Also