Click or drag to resize

NoteInequality Operator

Compares two Note frequencies and values for inequality.

Namespace: GSF.Media.Music
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public static bool operator !=(
	Note note1,
	Note note2
)
View Source

Parameters

note1  Note
A Note left hand operand.
note2  Note
A Note right hand operand.

Return Value

Boolean
A boolean indicating the result of the comparison.
See Also