|
NoteCompareTo(Object) Method
|
Notes are compared by frequency, then by value (i.e., duration).
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.246-beta
Syntaxpublic int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
public:
virtual int CompareTo(
Object^ obj
) sealed
abstract CompareTo :
obj : Object -> int
override CompareTo :
obj : Object -> int
View SourceParameters
- obj Object
- An Object that is compared against.
Return Value
Int32An
Int32 that indicates: this object is greater than if 1, equal to if 0, or less than if -1.
Implements
IComparableCompareTo(Object)
See Also