| 
            
              NoteCompareTo(Note) 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.257-beta
Syntaxpublic int CompareTo(
	Note other
)
Public Function CompareTo ( 
	other As Note
) As Integer
public:
virtual int CompareTo(
	Note^ other
) sealed
abstract CompareTo : 
        other : Note -> int 
override CompareTo : 
        other : Note -> int function CompareTo(other);
 View SourceParameters
- other  Note
 - A Note 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
IComparableTCompareTo(T)
See Also