class Build::Files::Glob

def eql?(other)

def eql?(other)
	other.kind_of?(self.class) and @root.eql?(other.root) and @pattern.eql?(other.pattern)
end