A class library for opening, parsing, and saving MIDI files.

TrackEventCollection.Contains Method 

Determines whether the TrackEventCollection contains a specific value.

public bool Contains(
   TrackEvent value
);

Parameters

value
The TrackEvent to locate in the TrackEventCollection.

Return Value

true if the TrackEvent is found in the TrackEventCollection; otherwise, false.

See Also

TrackEventCollection Class | EF.SimpleMIDI Namespace