Parameters:
Returns:
18 19 20
# File 'lib/oso/polar/predicate.rb', line 18 def ==(other) name == other.name && args == other.args end