FilterRule.SentenceMatch(String, NmeaSentence) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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