operator - method

dynamic operator -(
  1. Object o
)

Implementation

operator -(Object o){
  return expression - o;
}