Search Results for

    Show / Hide Table of Contents

    Class MidiEventEqualityCheckSettings

    Holds settings according to which MidiEvent objects should be compared for equality.
    Inheritance
    object
    MidiEventEqualityCheckSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.
    In this article
    Back to top 2024 / Generated by DocFX