|
NoteLessThan Operator
|
Returns true if left
Note timestamp is less than right
Note.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.246-beta
Syntaxpublic static bool operator <(
Note note1,
Note note2
)
Public Shared Operator < (
note1 As Note,
note2 As Note
) As Boolean
public:
static bool operator <(
Note^ note1,
Note^ note2
)
static let inline (<)
note1 : Note *
note2 : Note : bool
JavaScript does not support overloaded operators.
View SourceParameters
- note1 Note
- A Note left hand operand.
- note2 Note
- A Note right hand operand.
Return Value
BooleanA boolean indicating the result of the comparison.
See Also