Click or drag to resize

CommunicationAccessQueryCollectionContains Method (Int32)

Determines whether the collection contains an NavigationReceiverAccessQuery with the specified PRN.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Contains(
	int pseudoRandomNoiseCode
)

Parameters

pseudoRandomNoiseCode
Type: SystemInt32
The PRN any NavigationReceiverAccessQuery in the collection must contain.

Return Value

Type: Boolean
if any NavigationReceiverAccessQuery in the collection has the specified PRN; otherwise .
See Also