Method: SGF::Node#==

Defined in:
lib/sgf/node.rb

#==(other_node) ⇒ Object

Compare to another node.



85
86
87
# File 'lib/sgf/node.rb', line 85

def == other_node
  @properties == other_node.properties
end