Class MidiEventEqualityCheckSettings
Holds settings according to which MidiEvent objects should
be compared for equality.
Inherited Members
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class MidiEventEqualityCheckSettings
Properties
CompareDeltaTimes
Gets or sets a value indicating whether DeltaTime values
should be compared or not. The default value is
true
.Declaration
public bool CompareDeltaTimes { get; set; }
Property Value
Type | Description |
---|---|
bool |
TextComparison
Gets or sets a value that specifies the rules for the comparison of text data (in meta events).
The default value is CurrentCulture.
Declaration
public StringComparison TextComparison { get; set; }
Property Value
Type | Description |
---|---|
StringComparison |
Exceptions
Type | Condition |
---|---|
InvalidEnumArgumentException | value specified an invalid value. |