Click or drag to resize

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.Music
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public bool Equals(
	Note other
)
View Source

Parameters

other  Note
The other Note to compare against.

Return Value

Boolean
A Boolean indicating the result.

Implements

IEquatableTEquals(T)
See Also