Gets whether a specified alias is mapped.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public bool Contains(
	string alias
)
Visual Basic (Declaration)
Public Function Contains ( _
	alias As String _
) As Boolean

Parameters

alias
Type: System..::.String
The alias to be tested for whether it is mapped.

Return Value

true if the alias is present in the map; otherwise false.

See Also