 | SimpleMidiMessageEquals Method (SimpleMidiMessage) |
Determines whether this instance and another specified
SimpleMidiMessage object have the same value.
Namespace: MidiGremlin.InternalAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Equals(
SimpleMidiMessage other
)
Public Function Equals (
other As SimpleMidiMessage
) As Boolean
public:
bool Equals(
SimpleMidiMessage other
)
member Equals :
other : SimpleMidiMessage -> bool
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