CommunicationAccessQueryCollectionContains Method (Int32) |
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool Contains(
int pseudoRandomNoiseCode
)
Public Function Contains (
pseudoRandomNoiseCode As Integer
) As Boolean
public:
bool Contains(
int pseudoRandomNoiseCode
)
member Contains :
pseudoRandomNoiseCode : int -> bool
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