Click or drag to resize

Note Operators

The Note type exposes the following members.

Operators
  Name Description
Public operator Static member Equality(Note, Note) Compares two Note frequencies and values for equality.
Public operator Static member GreaterThan(Note, Note) Returns true if left Note timestamp is greater than right Note.
Public operator Static member GreaterThanOrEqual(Note, Note) Returns true if left Note timestamp is greater than or equal to right Note.
Public operator Static member Inequality(Note, Note) Compares two Note frequencies and values for inequality.
Public operator Static member LessThan(Note, Note) Returns true if left Note timestamp is less than right Note.
Public operator Static member LessThanOrEqual(Note, Note) Returns true if left Note timestamp is less than or equal to right Note.
Top
See Also