Contains Method (Mapping)

PPJoy

Determines whether a specific Mapping is in the MappingCollection.

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

Visual Basic (Declaration)
Public Function Contains ( _
	value As Mapping _
) As Boolean
C#
public bool Contains(
	Mapping value
)
Visual C++
public:
bool Contains(
	Mapping^ value
)

Parameters

value
Type: PPJoy..::.Mapping
The Mapping to locate in the MappingCollection. value can be nullNothingnullptra null reference (Nothing in Visual Basic).

Return Value

trueTruetruetrue (True in Visual Basic) if the MappingCollection contains the specified Mapping, or falseFalsefalsefalse (False in Visual Basic) if it does not.

See Also