Edit

Share via


FilterRule.SentenceMatch(String, NmeaSentence) Method

Definition

True if this filter matches the given sentence and source

public bool SentenceMatch (string nmeaSource, Iot.Device.Nmea0183.Sentences.NmeaSentence sentence);
member this.SentenceMatch : string * Iot.Device.Nmea0183.Sentences.NmeaSentence -> bool
Public Function SentenceMatch (nmeaSource As String, sentence As NmeaSentence) As Boolean

Parameters

nmeaSource
String
sentence
NmeaSentence

Returns

Applies to