/**
  * Invokes the underlying {@link Map#equals(Object)} method.
  */
 public override bool Equals(Object m)
 {
     return(map.equals(m));
 }