Click or drag to resize

NoteCompareTo(Note) Method

Notes are compared by frequency, then by value (i.e., duration).

Namespace: GSF.Media.Music
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public int CompareTo(
	Note other
)
View Source

Parameters

other  Note
A Note that is compared against.

Return Value

Int32
An Int32 that indicates: this object is greater than if 1, equal to if 0, or less than if -1.

Implements

IComparableTCompareTo(T)
See Also