Click or drag to resize
SimpleMidiMessageEquality Operator
Compares the equality of two SimpleMidiMessage.

Namespace: MidiGremlin.Internal
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool operator ==(
	SimpleMidiMessage lhs,
	SimpleMidiMessage rhs
)

Parameters

lhs
Type: MidiGremlin.InternalSimpleMidiMessage
The left hand side of the comparison.
rhs
Type: MidiGremlin.InternalSimpleMidiMessage
The right hand side of the comparison.

Return Value

Type: Boolean
True if lhs and rhs are equal; Otherwise false.
See Also