| 
            
              NoteEquals(Object) Method
             | 
          
        
        Returns True if the frequency and value of this note equals the frequency and value of the specified other note.
        
        Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.257-beta
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool  View SourceParameters
- obj  Object
 - The other Object to compare against.
 
Return Value
BooleanA 
Boolean indicating the result.
See Also