Click or drag to resize

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

Parameters

obj  Object
The other Object to compare against.

Return Value

Boolean
A Boolean indicating the result.
See Also