Contains Method (Object)

PPJoy

Determines whether an element is in the MappingCollection.

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

Syntax

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

Parameters

value
Type: System..::.Object
The Object (referencing a 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 Object, or falseFalsefalsefalse (False in Visual Basic) if it does not.

Implements

IList..::.Contains(Object)

See Also