Click or drag to resize
SimpleMidiMessage Methods

The SimpleMidiMessage type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(SimpleMidiMessage)
Determines whether this instance and another specified SimpleMidiMessage object have the same value.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Public methodWithChannel
Returns a copy of this SimpleMidiMessage with the channel changed to channel.
Top
See Also