MCAEmotiv.Interop.EEGDataEntryExtensions.HasStimulusMarker C# (CSharp) Method

HasStimulusMarker() public static method

Was a stimulus showing when this entry was recorded?
public static HasStimulusMarker ( this entry ) : bool
entry this
return bool
        public static bool HasStimulusMarker(this EEGDataEntry entry)
        {
            return entry.Marker != EEGDataEntry.MARKER_DEFAULT && entry.Marker != EEGDataEntry.EMO_MARKER_DEFAULT;
        }