equals: function(value) {
            if (Class.doesExtend(value, GraphNode)) {
                return Obj.equals(value.getValue(), this.value);
            }
            return false;