Click or drag to resize

NoteCompareTo(Object) 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(
	Object obj
)
View Source

Parameters

obj  Object
An Object 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

IComparableCompareTo(Object)
See Also