|
NoteEquals(Note) 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.246-beta
Syntaxpublic bool Equals(
Note other
)
Public Function Equals (
other As Note
) As Boolean
public:
virtual bool Equals(
Note^ other
) sealed
abstract Equals :
other : Note -> bool
override Equals :
other : Note -> bool
View SourceParameters
- other Note
- The other Note to compare against.
Return Value
BooleanA
Boolean indicating the result.
Implements
IEquatableTEquals(T)
See Also