Click or drag to resize

NoteLessThan Operator

Returns true if left Note timestamp is less than right Note.

Namespace: GSF.Media.Music
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public static bool operator <(
	Note note1,
	Note note2
)
View Source

Parameters

note1  Note
A Note left hand operand.
note2  Note
A Note right hand operand.

Return Value

Boolean
A boolean indicating the result of the comparison.
See Also