Example #1
0
 public virtual bool Equals( MapBlock other )
 {
     return this.ToString( true ) == other.ToString( true );
 }