Lecture overview -- Keyboard shortcut: 'u'  Previous page: An example of overloaded operators: Interval -- Keyboard shortcut: 'p'  Next page: Delegates [Section] -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Operators, Delegates, and Events - slide 5 : 20

Some details of operator overloading
public static return-type operator symbol(formal-par-list){
  body-of-operator
}
The list of rules above is not exhaustive