Click or drag to resize
SimpleMidiMessageEquals Method (SimpleMidiMessage)
Determines whether this instance and another specified SimpleMidiMessage object have the same value.

Namespace: MidiGremlin.Internal
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Equals(
	SimpleMidiMessage other
)

Parameters

other
Type: MidiGremlin.InternalSimpleMidiMessage
The SimpleMidiMessage to compare with the current instance.

Return Value

Type: Boolean
true if other and this instance represent the same value; otherwise, false.
See Also