Click or drag to resize

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)
Syntax
public bool Contains(
	uint Pin
)

Parameters

Pin
Type: SystemUInt32
The pin to look for (As Integer)

Return Value

Type: Boolean
If the pin is contained in the list
See Also